Add korebuild.json back to SignalR and Razor
This commit is contained in:
parent
77001e40f2
commit
ba1bb521bc
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue