aspnetcore/samples/DeveloperExceptionPageSample/project.json

17 lines
307 B
JSON

{
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "DeveloperExceptionPageSample"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}