{ "version": "1.1.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.", "packOptions": { "repository": { "type": "git", "url": "git://github.com/aspnet/diagnostics" }, "tags": [ "aspnetcore", "diagnostics", "entityframeworkcore" ] }, "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "dependencies": { "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "type": "build", "version": "1.1.0-*" }, "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", "Microsoft.EntityFrameworkCore.Relational": "1.1.0-*" }, "frameworks": { "net451": { "frameworkAssemblies": { "System.Configuration": "", "System.IO": "" } }, "netstandard1.3": { "dependencies": { "System.Threading": "4.0.11-*" } } } }