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 00e12ad commit 9ea2cddCopy full SHA for 9ea2cdd
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup .NET
34
uses: actions/setup-dotnet@v4
35
with:
36
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
37
38
- name: Restore dependencies
39
run: dotnet restore $SOLUTION
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
- name: Restore, Build, and Pack
22
run: |
0 commit comments