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 0a515ae + b5b891c commit c8f9881Copy full SHA for c8f9881
1 file changed
.github/workflows/build.yml
@@ -27,17 +27,17 @@ jobs:
27
fetch-depth: 0
28
29
- name: Install .NET SDK 8.0.x
30
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@v6
31
with:
32
dotnet-version: '8.0.x'
33
34
- name: Install .NET SDK 9.0.x
35
36
37
dotnet-version: '9.0.x'
38
39
- name: Install .NET SDK
40
41
42
global-json-file: global.json
43
0 commit comments