30 lines
633 B
JSON
30 lines
633 B
JSON
{
|
|
"version": "1.2.0-*",
|
|
"description": "HTTP header parser implementations.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/httpabstractions"
|
|
},
|
|
"tags": [
|
|
"http"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Primitives": "1.2.0-*",
|
|
"NETStandard.Library": "1.6.1-*",
|
|
"System.Buffers": "4.3.0-*",
|
|
"System.Diagnostics.Contracts": "4.3.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.1": {}
|
|
}
|
|
} |