Skip to content

Commit

Permalink
Net 9 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Sep 12, 2024
1 parent 49b8c0c commit 89b3490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.100-preview.7.24407.12'
dotnet-version: '9.0.100-rc.1.24452.12'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.100-preview.7.24407.12'
dotnet-version: '9.0.100-rc.1.24452.12'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-preview.7.24407.12",
"version": "9.0.100-rc.1.24452.12",
"rollForward": "latestMinor"
}
}

0 comments on commit 89b3490

Please sign in to comment.