aspnetcore/global.json

36 строки
832 B
JSON

{
"sdk": {
"version": "7.0.100-alpha.1.21480.20"
},
"tools": {
"dotnet": "7.0.100-alpha.1.21480.20",
"runtimes": {
"dotnet/x64": [
"2.1.27",
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
],
"aspnetcore/x64": [
"3.1.14"
]
},
"Git": "2.22.0",
"jdk": "11.0.3",
"vs": {
"version": "16.8",
"components": [
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
]
},
"xcopy-msbuild": "16.5.0-alpha"
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21508.1",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21508.1"
}
}