Skip to content

Commit c1908a0

Browse files
authored
Update to .NET 8.0 rc2 (#165)
1 parent 99bd8dc commit c1908a0

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.ado/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
displayName: Install .NET SDK using global.json
6262
inputs:
6363
packageType: sdk
64-
useGlobalJson: true
64+
useGlobalJson: false # Switch to true and remove explicit version after .NET 8 release
65+
version: 8.0.x
66+
includePreviewVersions: true
6567

6668
- script: env
6769
displayName: Print environment
@@ -131,7 +133,9 @@ jobs:
131133
displayName: Install .NET SDK using global.json
132134
inputs:
133135
packageType: sdk
134-
useGlobalJson: true
136+
useGlobalJson: false # Switch to true and remove explicit version after .NET 8 release
137+
version: 8.0.x
138+
includePreviewVersions: true
135139

136140
- script: env
137141
displayName: Print environment

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.1",
3+
"version": "8.0.100-rc.2",
44
"allowPrerelease": true,
55
"rollForward": "latestPatch"
66
}

0 commit comments

Comments
 (0)