25 lines
677 B
JSON
25 lines
677 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.Migrations": "7.0.0-*"
|
|
},
|
|
"code": [ "**\\*.cs", "..\\Shared\\*.cs" ],
|
|
"frameworks": {
|
|
"aspnet50": {
|
|
"frameworkAssemblies": {
|
|
"System.Configuration": ""
|
|
}
|
|
},
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Threading.ExecutionContext": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|