-
Notifications
You must be signed in to change notification settings - Fork 825
Expand file tree
/
Copy pathglobal.json
More file actions
40 lines (40 loc) · 1.18 KB
/
global.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"sdk": {
"version": "10.0.103",
"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.103",
"runtimes": {
"dotnet/x64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
],
"dotnet/arm64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
],
"aspnetcore/x64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
],
"aspnetcore/arm64": [
"$(DotNetRuntimePreviousVersionForTesting)",
"$(DotNetRuntimeCurrentVersionForTesting)"
]
}
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.2.0",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26123.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26123.2",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.26123.2"
}
}