forked from dotnet/diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.json
More file actions
25 lines (25 loc) · 688 Bytes
/
global.json
File metadata and controls
25 lines (25 loc) · 688 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
{
"tools": {
"dotnet": "7.0.100",
"runtimes": {
"dotnet/x64": [
"$(MicrosoftNETCoreApp31Version)",
"$(MicrosoftNETCoreApp60Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6470Version)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreApp31Version)",
"$(MicrosoftNETCoreApp60Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6470Version)"
],
"dotnet/arm64": [
"$(MicrosoftNETCoreApp60Version)",
"$(VSRedistCommonNetCoreSharedFrameworkx6470Version)"
]
}
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.5.0",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22575.1"
}
}