forked from dotnet/windowsdesktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.json
More file actions
27 lines (26 loc) · 684 Bytes
/
global.json
File metadata and controls
27 lines (26 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"sdk": {
"version": "10.0.100-rc.1.25411.109",
"allowPrerelease": true,
"rollForward": "latestFeature",
"paths": [
".dotnet",
"$host$"
],
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
},
"tools": {
"dotnet": "10.0.100-rc.1.25411.109",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCorePlatformsVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25420.121",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25420.121",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}
}