Add korebuild.json back to SignalR and Razor

This commit is contained in:
Ryan Brandenburg 2018-11-28 09:33:49 -08:00
parent 77001e40f2
commit ba1bb521bc
2 changed files with 24 additions and 0 deletions

14
src/Razor/korebuild.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json",
"channel": "master",
"toolsets": {
"visualstudio": {
"required": false,
"includePrerelease": true,
"versionRange": "[15.0.26730.03, 16.0)",
"requiredWorkloads": [
"Microsoft.VisualStudio.Component.VSSDK"
]
}
}
}

View File

@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json",
"channel": "master",
"toolsets": {
"nodejs": {
"required": true,
"minVersion": "8.0"
}
}
}