Update dotnet-core.yml

This commit is contained in:
Nicolas Constant 2023-01-06 02:34:22 -05:00 committed by GitHub
parent 8589c48c9f
commit 61730269f2
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: 6
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
working-directory: ${{env.working-directory}}