Skip to content

Commit cf5eeea

Browse files
authored
Update global.json (#1454)
Use the new paths feature and allow newer SDKs when building https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#paths
1 parent 57e04d5 commit cf5eeea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global.json

Lines changed: 10 additions & 0 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
},

0 commit comments

Comments
 (0)