Skip to content

Commit 89b3490

Browse files
committed
Net 9 rc1
1 parent 49b8c0c commit 89b3490

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333
- uses: actions/setup-dotnet@v4
3434
with:
35-
dotnet-version: '9.0.100-preview.7.24407.12'
35+
dotnet-version: '9.0.100-rc.1.24452.12'
3636
- name: Tools
3737
run: dotnet tool restore
3838
- name: Setup
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464
- uses: actions/setup-dotnet@v4
6565
with:
66-
dotnet-version: '9.0.100-preview.7.24407.12'
66+
dotnet-version: '9.0.100-rc.1.24452.12'
6767
- name: Tools
6868
run: dotnet tool restore
6969
- name: Setup

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-preview.7.24407.12",
3+
"version": "9.0.100-rc.1.24452.12",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)