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

27 lines
609 B
JSON

{
"version": "1.1.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"xmlDoc": true
},
"description": "ASP.NET Core middleware for HTTP Response compression.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/basicmiddleware"
},
"tags": [
"aspnetcore"
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}