.NET 6 migration

This commit is contained in:
Nicolas Constant 2023-01-06 02:33:31 -05:00 committed by GitHub
parent a2010c7e3f
commit 8589c48c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 6
- name: Install dependencies
run: dotnet restore
working-directory: ${{env.working-directory}}