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

38 lines
889 B
JSON

{
"version": "1.1.0-*",
"description": "ASP.NET Core default HTTP feature implementations.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/httpabstractions"
},
"tags": [
"aspnetcore"
]
},
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"Microsoft.Extensions.ObjectPool": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*",
"System.Buffers": "4.0.0-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Threading": "4.0.11-*"
}
}
}
}