Update korebuild.json to restrict which VS is used.

This commit is contained in:
N. Taylor Mullen 2018-06-28 10:51:19 -07:00
parent e23c2652b7
commit 1c9208ba11
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"visualstudio": {
"required": false,
"includePrerelease": true,
"minVersion": "15.0.26730.03",
"versionRange": "[15.0.26730.03, 15.8)",
"requiredWorkloads": [
"Microsoft.VisualStudio.Component.VSSDK"
]