23 lines
582 B
JSON
23 lines
582 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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
|
|
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dotnet5.4": { }
|
|
}
|
|
}
|