27 lines
522 B
JSON
27 lines
522 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"exclude": [
|
|
"wwwroot"
|
|
],
|
|
"packExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.kproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
],
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": { "web": "StatusCodePagesSample" },
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
}
|
|
}
|