We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bccf68 commit d9e1f52Copy full SHA for d9e1f52
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-dotnet@v4
24
with:
25
dotnet-version: |
26
- 8.0.x
+ 9.0.x
27
-
28
name: A - Restore
29
run: |
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments