Upgrading to Net6.0 (#1515)

This commit is contained in:
BDisp
2021-12-18 13:26:00 +00:00
committed by GitHub
parent 024ce57430
commit 1b3668ca70
11 changed files with 14 additions and 17 deletions

View File

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

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 6.0.100
- name: minver-cli
run: |