Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 12:06:38 -08:00
parent a70b256b1e
commit e32952b908
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{env.DOTNET_VERSION}}
dotnet-version: 6.0.405
- name: Dotnet Version
run: dotnet --version
- name: Enable Extra Platforms In SDK