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 49b8c0c commit 89b3490Copy full SHA for 89b3490
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
fetch-depth: 0
33
- uses: actions/setup-dotnet@v4
34
with:
35
- dotnet-version: '9.0.100-preview.7.24407.12'
+ dotnet-version: '9.0.100-rc.1.24452.12'
36
- name: Tools
37
run: dotnet tool restore
38
- name: Setup
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.100-preview.7.24407.12",
+ "version": "9.0.100-rc.1.24452.12",
4
"rollForward": "latestMinor"
5
}
6
0 commit comments