forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.json
36 lines (36 loc) · 891 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": "6.0.100-alpha.1.20523.3"
},
"tools": {
"dotnet": "6.0.100-alpha.1.20523.3",
"runtimes": {
"dotnet/x64": [
"2.1.18",
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
],
"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": "6.0.0-beta.20567.7",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20567.7"
}
}