Skip to content

Commit

Permalink
Update to .NET 8.0 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Oct 23, 2023
1 parent 99bd8dc commit e6a0041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
displayName: Install .NET SDK using global.json
inputs:
packageType: sdk
useGlobalJson: true
useGlobalJson: false # Switch to true and remove explicit version after .NET 8 release
version: 8.0.x
includePreviewVersions: true

- script: env
displayName: Print environment
Expand Down Expand Up @@ -131,7 +133,9 @@ jobs:
displayName: Install .NET SDK using global.json
inputs:
packageType: sdk
useGlobalJson: true
useGlobalJson: false # Switch to true and remove explicit version after .NET 8 release
version: 8.0.x
includePreviewVersions: true

- script: env
displayName: Print environment
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": "8.0.100-rc.1",
"version": "8.0.100-rc.2",
"allowPrerelease": true,
"rollForward": "latestPatch"
}
Expand Down

0 comments on commit e6a0041

Please sign in to comment.