45 lines
1004 B
JSON
45 lines
1004 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.",
|
|
"tags": [
|
|
"aspnetcore",
|
|
"diagnostics",
|
|
"entityframeworkcore"
|
|
],
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
|
|
},
|
|
"compile": [
|
|
"..\\Shared\\*.cs"
|
|
],
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Configuration": ""
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Threading": "4.0.11-*"
|
|
},
|
|
"imports": [
|
|
"dotnet5.4",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
} |