Skip to content

Commit 556b6b1

Browse files
authored
Update global.json (#10973)
Use the new paths feature and allow newer SDKs when building
1 parent 02d9559 commit 556b6b1

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": {
@@ -18,9 +28,6 @@
1828
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25358.102",
1929
"Microsoft.Build.NoTargets": "3.7.56"
2030
},
21-
"sdk": {
22-
"version": "10.0.100-preview.7.25322.101"
23-
},
2431
"native-tools": {
2532
"strawberry-perl": "5.38.0.1",
2633
"net-framework-48-ref-assemblies": "0.0.0.1",

0 commit comments

Comments
 (0)