41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
|
"version": "1.2.0-*",
|
|
"target": "package",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
|
},
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.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%"
|
|
}
|
|
} |