-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathglobal.json
36 lines (36 loc) · 1.05 KB
/
global.json
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
{
"tools": {
"dotnet": "9.0.103",
"runtimes": {
"aspnetcore": [
"$(MicrosoftAspNetCoreApp60Version)",
"$(MicrosoftAspNetCoreApp70Version)",
"$(MicrosoftAspNetCoreApp80Version)",
"$(MicrosoftAspNetCoreApp90Version)"
],
"aspnetcore/x86": [
"$(MicrosoftAspNetCoreApp60Version)",
"$(MicrosoftAspNetCoreApp70Version)",
"$(MicrosoftAspNetCoreApp80Version)",
"$(MicrosoftAspNetCoreApp90Version)"
],
"dotnet": [
"$(MicrosoftNETCoreApp60Version)",
"$(MicrosoftNETCoreApp70Version)",
"$(MicrosoftNETCoreApp80Version)",
"$(MicrosoftNETCoreApp90Version)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreApp60Version)",
"$(MicrosoftNETCoreApp70Version)",
"$(MicrosoftNETCoreApp80Version)",
"$(MicrosoftNETCoreApp90Version)"
]
}
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25111.5"
}
}