Skip to content

Commit 52b2776

Browse files
authored
Update global.json (#13692)
Use the new paths feature and allow newer SDKs when building
1 parent e037b05 commit 52b2776

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

global.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"sdk": {
3+
"version": "10.0.100-preview.7.25322.101",
4+
"allowPrerelease": true,
5+
"rollForward": "latestFeature",
6+
"paths": [
7+
".dotnet",
8+
"$host$"
9+
],
10+
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
11+
},
212
"tools": {
313
"dotnet": "10.0.100-preview.7.25322.101",
414
"runtimes": {
@@ -10,9 +20,6 @@
1020
]
1121
}
1222
},
13-
"sdk": {
14-
"version": "10.0.100-preview.7.25322.101"
15-
},
1623
"msbuild-sdks": {
1724
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25358.102",
1825
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.25358.102",

0 commit comments

Comments
 (0)