Remove redundant Http.Core and Http.Interfaces dependencies.

This commit is contained in:
Chris R 2015-04-29 15:59:52 -07:00
parent 8188f593ad
commit b455724859
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.Framework.CopyOnWriteDictionary.Internal": { "version": "1.0.0-*", "type": "build" },

View File

@ -3,7 +3,6 @@
"warningsAsErrors": "true"
},
"dependencies": {
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.Mvc":"6.0.0-*",
"Microsoft.AspNet.Mvc.TestCommon": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Testing": "1.0.0-*",