20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"description": "XForward and Method override middlewares for ASP.NET",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/basicmiddleware"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Extensions.Options": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dotnet5.4": { }
|
|
}
|
|
} |