Remove redundant Http.Interfaces dependency.
This commit is contained in:
parent
d37f9dded2
commit
a7ea311e8e
|
|
@ -3,7 +3,6 @@
|
||||||
"description": "ASP.NET 5 session state middleware.",
|
"description": "ASP.NET 5 session state middleware.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
|
|
||||||
"Microsoft.Framework.Caching.Distributed": "1.0.0-*",
|
"Microsoft.Framework.Caching.Distributed": "1.0.0-*",
|
||||||
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
|
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
|
||||||
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
|
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue