{ "version": "1.0.0-*", "description": "ASP.NET 5 Middleware for exception handling, exception display pages, and diagnostics information.", "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "repository": { "type": "git", "url": "git://github.com/aspnet/diagnostics" }, "dependencies": { "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.0.0-*", "Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.Extensions.FileProviders.Physical": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", "Microsoft.Extensions.Options": "1.0.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*", "System.Diagnostics.DiagnosticSource": "4.0.0-*" }, "frameworks": { "net451": {}, "netstandard1.3": { "dependencies": { "System.Reflection.Extensions": "4.0.1-*" }, "imports": [ "dotnet5.4" ] } }, "compileExclude": [ "DeveloperExceptionPage/Views/*.cshtml", "RuntimeInfo/Views/*.cshtml", "WelcomePage/Views/*.cshtml" ] }