forked from microsoft/vstest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.json
More file actions
37 lines (37 loc) · 674 Bytes
/
global.json
File metadata and controls
37 lines (37 loc) · 674 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
{
"sdk": {
"version": "9.0.100-alpha.1.24073.1",
"rollForward": "minor",
"allowPrerelease": false,
"architecture": "x64"
},
"tools": {
"runtimes": {
"dotnet/x64": [
"2.1.0",
"3.1.0",
"5.0.0",
"6.0.0",
"7.0.0",
"8.0.0"
],
"dotnet/x86": [
"2.1.0",
"3.1.0",
"5.0.0",
"6.0.0",
"7.0.0",
"8.0.0"
]
},
"vs": {
"version": "17.8.0"
},
"xcopy-msbuild": "17.8.1-2",
"vswhere": "2.2.7",
"dotnet": "9.0.100-alpha.1.24073.1"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24062.5"
}
}