Skip to content

Commit

Permalink
Bump the .NET SDK to 8.0.200-preview.23530.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Nov 2, 2023
1 parent 9ac9375 commit 79e6621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
dotnet-version: |
6.0.408
7.0.302
8.0.100-rc.2.23502.2
8.0.200-preview.23530.15
# Arcade only allows the revision to contain up to two characters, and GitHub Actions does not roll-over
# build numbers every day like Azure DevOps does. To balance these two requirements, set the official
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"sdk": {
"version": "8.0.100-rc.2.23502.2",
"version": "8.0.200-preview.23530.15",
"allowPrerelease": true,
"rollForward": "major"
},

"tools": {
"dotnet": "8.0.100-rc.2.23502.2",
"dotnet": "8.0.200-preview.23530.15",

"runtimes": {
"aspnetcore": [
Expand Down

0 comments on commit 79e6621

Please sign in to comment.