-
Notifications
You must be signed in to change notification settings - Fork 346
Expand file tree
/
Copy pathglobal.json
More file actions
47 lines (47 loc) · 949 Bytes
/
global.json
File metadata and controls
47 lines (47 loc) · 949 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"sdk": {
"version": "11.0.100-preview.1.26104.118",
"paths": [
".dotnet",
"$host$"
],
"errorMessage": "The .NET SDK could not be found, please run ./build.cmd on Windows or ./build.sh on Linux and macOS.",
"rollForward": "minor",
"allowPrerelease": false,
"architecture": "x64"
},
"tools": {
"runtimes": {
"dotnet/x64": [
"2.1.30",
"3.1.32",
"5.0.17",
"6.0.32",
"7.0.20",
"8.0.25",
"9.0.14",
"10.0.4"
],
"dotnet/x86": [
"2.1.30",
"3.1.32",
"5.0.17",
"6.0.32",
"7.0.20",
"8.0.25",
"9.0.14",
"10.0.4"
]
},
"vs": {
"version": "17.8.0"
},
"dotnet": "11.0.100-preview.1.26104.118"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26156.2"
},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}