31 lines
787 B
JSON
31 lines
787 B
JSON
{
|
|
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
|
|
"version": "6.0.0-rc1-final",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.FileProviders.Physical.VSRC1": "1.0.0-rc1-final",
|
|
"Microsoft.AspNet.Razor.Runtime.VSRC1": "4.0.0-rc1-final",
|
|
"Microsoft.Extensions.Caching.Memory.VSRC1": "1.0.0-rc1-final"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"dependencies": {
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
|
|
}
|
|
}
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
} |