Update to dotnet 7. Change net461 to net462. Remove netcoreapp3.1

This commit is contained in:
Adam Hathcock
2022-12-20 11:17:45 +00:00
parent fc02d32ac3
commit 18336c2b8e
6 changed files with 40 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- run: dotnet run -p build/build.csproj
- uses: actions/upload-artifact@v3
with: