зеркало из https://github.com/dotnet/aspnetcore.git
25 строки
683 B
JSON
25 строки
683 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json",
|
|
"channel": "release/2.1",
|
|
"msbuildType": "full",
|
|
"toolsets": {
|
|
"nodejs": {
|
|
"minVersion": "8.0",
|
|
"required": true
|
|
},
|
|
"visualstudio": {
|
|
"required": [
|
|
"Windows"
|
|
],
|
|
"includePrerelease": true,
|
|
"versionRange": "[15.8, 17.0)",
|
|
"requiredWorkloads": [
|
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
|
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
|
"Microsoft.VisualStudio.Component.VC.ATL",
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.17134"
|
|
]
|
|
}
|
|
}
|
|
}
|