aspnetcore/src/Microsoft.AspNetCore.Middle.../project.json

25 lines
629 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 Middleware for analyzing middleware in the request pipeline.",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
},
"frameworks": {
"net451": { },
"dotnet5.4": { }
}
}