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.
2 parents 7f7c33e + 3b830d2 commit 40b4316Copy full SHA for 40b4316
.github/workflows/format.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v4
22
with:
23
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
24
- name: Restore dependencies
25
run: dotnet restore
26
- name: Build
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
27
28
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-dotnet@v3
0 commit comments