47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": {
|
|
"version": "1.0.0-*",
|
|
"target": "package",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
|
},
|
|
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
|
|
"publishOptions": {
|
|
"include": [
|
|
"wwwroot",
|
|
"appsettings.json",
|
|
"web.config"
|
|
]
|
|
},
|
|
|
|
"scripts": {
|
|
"postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
|
|
}
|
|
}
|