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

38 lines
871 B
JSON

{
"version": "0.1.0-*",
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"description": "ASP.NET Core middleware for caching HTTP responses on the server.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/ResponseCaching"
},
"tags": [
"aspnetcore",
"cache",
"caching"
]
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}