Allow building this repo with VS 15.x (#2551)

This commit is contained in:
Nate McMaster 2018-08-21 15:59:02 -07:00 committed by GitHub
parent 982088acb3
commit 001fff0083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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