Browse Source

Bump the .NET SDK to 8.0.200-preview.23530.15

pull/1908/head
Kévin Chalet 3 years ago
parent
commit
a7ab47ac5e
  1. 2
      .github/workflows/build.yml
  2. 4
      global.json

2
.github/workflows/build.yml

@ -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

4
global.json

@ -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": [

Loading…
Cancel
Save