-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Expand file tree
/
Copy pathglobal.json
More file actions
32 lines (32 loc) · 886 Bytes
/
global.json
File metadata and controls
32 lines (32 loc) · 886 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
28
29
30
31
32
{
"sdk": {
"version": "11.0.100-preview.3.26128.104",
"paths": [
".dotnet",
"$host$"
],
"errorMessage": "The .NET SDK could not be found, run ./restore.cmd or ./restore.sh first."
},
"tools": {
"dotnet": "11.0.100-preview.3.26128.104",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
],
"dotnet": [
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
]
}
},
"native-tools": {
"jdk": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26155.110",
"Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26155.110",
"Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26155.110",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0",
"Microsoft.WixToolset.Sdk": "5.0.2-dotnet.2811440"
}
}