34 lines
876 B
JSON
34 lines
876 B
JSON
{
|
|
"version": "1.1.0-*",
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"description": "ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:\r\n* X-Forwarded-* headers to forward headers from a proxy.\r\n* HTTP method override header.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/basicmiddleware"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"proxy",
|
|
"headers",
|
|
"xforwarded"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
|
"Microsoft.Extensions.Options": "1.1.0-*",
|
|
"NETStandard.Library": "1.6.1-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {}
|
|
}
|
|
} |