-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathglobal.json
More file actions
33 lines (33 loc) · 843 Bytes
/
global.json
File metadata and controls
33 lines (33 loc) · 843 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
33
{
"sdk": {
"version": "10.0.104",
"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.104",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCorePlatformsPackageVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCorePlatformsPackageVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26163.111",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.26163.111",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26163.111",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "10.0.6"
},
"native-tools": {
"cmake": "latest"
}
}