This commit is contained in:
parent
42d572d857
commit
49b7f80265
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ jobs:
|
||||||
- name: "Setup .NET"
|
- name: "Setup .NET"
|
||||||
uses: https://github.com/actions/setup-dotnet@v3
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.113
|
dotnet-version: 8.0.100
|
||||||
- name: "Unit test"
|
- name: "Unit test"
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
|
|
Loading…
Reference in a new issue