forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.json
33 lines (33 loc) · 866 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
{
"sdk": {
"version": "8.0.100-alpha.1.22531.1"
},
"tools": {
"dotnet": "8.0.100-alpha.1.22531.1",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
],
"dotnet": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
]
},
"Git": "2.22.0",
"jdk": "11.0.3",
"vs": {
"version": "17.2",
"components": [
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
]
},
"xcopy-msbuild": "17.1.0"
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22616.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22616.1"
}
}