aspnetcore/global.json

32 lines
749 B
JSON

{
"sdk": {
"version": "5.0.100-alpha1-015536"
},
"tools": {
"dotnet": "5.0.100-alpha1-015536",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreAppRuntimeVersion)"
]
},
"Git": "2.22.0",
"jdk": "11.0.3",
"vs": {
"version": "16.0",
"components": [
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.17134"
]
}
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.15.2",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19558.11",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19558.11"
}
}