23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"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.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.10-*",
|
|
"System.Linq": "4.0.0-*",
|
|
"System.Threading": "4.0.10-*"
|
|
}
|
|
}
|
|
}
|
|
}
|