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) · 770 Bytes
/
global.json
File metadata and controls
37 lines (37 loc) · 770 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": "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": [
"8.0.25",
"9.0.14",
"10.0.4"
],
"dotnet/x86": [
"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.26163.2"
},
"test": {
"runner": "Microsoft.Testing.Platform"
}
}