Update dotnet.yml
This commit is contained in:
parent
a91421a699
commit
ba4e81e6b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.x
|
dotnet-version: 6.x.x
|
||||||
|
|
||||||
- name: Restore Project
|
- name: Restore Project
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
Loading…
Reference in a new issue