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

31 lines
770 B
JSON

{
"version": "1.1.0-*",
"description": "ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/diagnostics"
},
"tags": [
"aspnetcore",
"diagnostics"
]
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}