aspnetcore/samples/DatabaseErrorPageSample/project.json

19 lines
416 B
JSON

{
"dependencies": {
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",
"EntityFramework.MicrosoftSqlServer": "7.0.0-*",
"EntityFramework.Commands": "7.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": {
"web": "DatabaseErrorPageSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}