19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"exclude": "wwwroot/**/*.*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNet.StaticFiles": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "ExceptionHandlerSample"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": { }
|
|
}
|
|
}
|