-
Notifications
You must be signed in to change notification settings - Fork 870
Expand file tree
/
Copy pathglobal.json
More file actions
43 lines (43 loc) · 1.24 KB
/
global.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
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
{
"sdk": {
"version": "10.0.201",
"rollForward": "major",
"allowPrerelease": true,
"paths": [
".dotnet",
"$host$"
],
"errorMessage": "The .NET SDK could not be found. Run ./restore.sh (Linux/macOS) or ./restore.cmd (Windows) to install the local SDK."
},
"tools": {
"dotnet": "10.0.201",
"runtimes": {
"dotnet/x64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
],
"dotnet/arm64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
],
"aspnetcore/x64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
],
"aspnetcore/arm64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
]
}
},
"test": {
"runner": "Microsoft.Testing.Platform"
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.2.0",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26208.4",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26208.4",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.26208.4"
}
}