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 a1b0774 commit 9a4313fCopy full SHA for 9a4313f
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v2
18
- uses: actions/setup-dotnet@v1
19
with:
20
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
21
22
- name: Build All
23
run: .\build-all-release.ps1 -f
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
16
0 commit comments