We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e14bec9 + 6a0025e commit d31f454Copy full SHA for d31f454
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
- uses: actions/setup-dotnet@v4
26
with:
27
- dotnet-version: 7.x
+ dotnet-version: 9.x
28
cache: true
29
cache-dependency-path: '**/packages.lock.json'
30
- run: dotnet restore --locked-mode
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments