-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathglobal.json
More file actions
32 lines (32 loc) · 909 Bytes
/
global.json
File metadata and controls
32 lines (32 loc) · 909 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
26
27
28
29
30
31
32
{
"tools": {
"dotnet": "10.0.105",
"runtimes": {
"aspnetcore": [
"$(MicrosoftAspNetCoreApp80Version)",
"$(MicrosoftAspNetCoreApp90Version)",
"$(MicrosoftAspNetCoreApp100Version)"
],
"aspnetcore/x86": [
"$(MicrosoftAspNetCoreApp80Version)",
"$(MicrosoftAspNetCoreApp90Version)",
"$(MicrosoftAspNetCoreApp100Version)"
],
"dotnet": [
"$(MicrosoftNETCoreApp80Version)",
"$(MicrosoftNETCoreApp90Version)",
"$(MicrosoftNETCoreApp100Version)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreApp80Version)",
"$(MicrosoftNETCoreApp90Version)",
"$(MicrosoftNETCoreApp100Version)"
]
}
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26168.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26168.1"
}
}