Update to .NET 6

This commit is contained in:
AeonLucid
2022-01-07 05:06:45 +01:00
parent fed1e0d515
commit d0c249f73c
6 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.3