25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"version": "7.0.0-*",
|
|
"description": "ASP.NET 5 Middleware for Entity Framework error pages.",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
|
|
"EntityFramework.Relational": "7.0.0-*"
|
|
},
|
|
"code": [ "**\\*.cs", "..\\Shared\\*.cs" ],
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Configuration": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Threading": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|