We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790eee6 commit 963a9abCopy full SHA for 963a9ab
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup .NET
15
uses: actions/setup-dotnet@v2
16
with:
17
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
18
- name: Restore dependencies
19
run: dotnet restore
20
- name: Build
.github/workflows/test.yml
0 commit comments