forked from dotnet/aspire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.json
More file actions
35 lines (35 loc) · 1.03 KB
/
global.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"sdk": {
"version": "10.0.100-preview.5.25277.114",
"rollForward": "major",
"allowPrerelease": true
},
"tools": {
"dotnet": "10.0.100-preview.5.25277.114",
"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.25351.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25351.1",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25351.1"
}
}