2017-11-02 00:59:02 +03:00
|
|
|
{
|
2018-07-02 22:40:23 +03:00
|
|
|
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json",
|
|
|
|
"channel": "master",
|
2017-11-08 00:56:01 +03:00
|
|
|
"toolsets": {
|
|
|
|
"visualstudio": {
|
|
|
|
"required": ["Windows"],
|
|
|
|
"includePrerelease": true,
|
|
|
|
"minVersion": "15.0.26730.03",
|
|
|
|
"requiredWorkloads": [
|
2017-12-28 22:51:11 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
2017-12-28 23:27:53 +03:00
|
|
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81",
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL",
|
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.15063.Desktop"
|
2017-11-08 00:56:01 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2018-07-02 22:40:23 +03:00
|
|
|
}
|