Remove cyclic dependency between Mvc and Scaffolding
This commit is contained in:
parent
0a5f8e013e
commit
cad72e769f
|
|
@ -15,15 +15,7 @@
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
||||||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-*"
|
|
||||||
},
|
|
||||||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
|
|
||||||
"type": "build",
|
|
||||||
"version": "1.0.0-*"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"publishOptions": {
|
"publishOptions": {
|
||||||
"include": [
|
"include": [
|
||||||
|
|
@ -34,13 +26,7 @@
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
|
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
|
||||||
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
|
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*"
|
||||||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
|
|
||||||
"imports": [
|
|
||||||
"portable-net45+win8"
|
|
||||||
],
|
|
||||||
"version": "1.0.0-*"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
|
|
@ -50,11 +36,7 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "platform"
|
"type": "platform"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"imports": [
|
|
||||||
"dotnet5.6",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue