We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf7b4da + 858f336 commit 74695a2Copy full SHA for 74695a2
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: '7.0.x'
+ dotnet-version: '8.0.x'
20
21
- name: Restore dependencies
22
run: dotnet restore
0 commit comments