forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.json
36 lines (36 loc) · 873 Bytes
/
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
{
"sdk": {
"version": "5.0.100-rc.1.20379.10"
},
"tools": {
"dotnet": "5.0.100-rc.1.20379.10",
"runtimes": {
"dotnet/x64": [
"2.1.18",
"$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"aspnetcore/x64": [
"3.1.4"
]
},
"Git": "2.22.0",
"jdk": "11.0.3",
"vs": {
"version": "16.5",
"components": [
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.17134"
]
},
"xcopy-msbuild": "16.5.0-alpha"
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.15.2",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20403.5",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20403.5"
}
}