Removed unused dependencies

#173
This commit is contained in:
David Fowler 2015-01-19 01:43:09 -08:00
parent db484a7dcb
commit dceba03f4a
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@
"version": "1.0.0-*",
"description": "ASP.NET 5 HTTP feature infrastructure.",
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
},
"frameworks": {
"aspnet50": {},

View File

@ -4,8 +4,7 @@
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.Http.Interfaces": { "version": "1.0.0-*", "type": "build" }
"Microsoft.AspNet.Http.Core": "1.0.0-*"
},
"frameworks": {
"aspnet50": { },