Update the .NET version for build-test workflow

This should hopefully make it catch CS8983 so we stop getting angry people on VS2022
This commit is contained in:
Kara D
2022-03-12 18:55:42 -07:00
parent 876d5ba4af
commit b614daf396

View File

@@ -46,7 +46,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 6.0.300
- name: Install dependencies
run: dotnet restore
- name: Build