Skip to content

Commit

Permalink
Drop to RC1 as RC2 is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed Nov 1, 2023
1 parent 1f8c9e3 commit 0033bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.100-rc.2.23502.2
8.0.100-rc.1.23463.5
- name: 🛠️ Install dotnet tools
run: dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.100-rc.2",
"version": "8.0.100-rc.1.23463.5",
"allowPrerelease": false,
"rollForward": "major"
"rollForward": "disable"
}
}

0 comments on commit 0033bbc

Please sign in to comment.