Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit dceba03

Browse files
committed
Removed unused dependencies
#173
1 parent db484a7 commit dceba03

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 HTTP feature infrastructure.",
44
"dependencies": {
5-
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
65
},
76
"frameworks": {
87
"aspnet50": {},

src/Microsoft.AspNet.Owin/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"dependencies": {
55
"Microsoft.AspNet.Http": "1.0.0-*",
66
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
7-
"Microsoft.AspNet.Http.Core": "1.0.0-*",
8-
"Microsoft.AspNet.Http.Interfaces": { "version": "1.0.0-*", "type": "build" }
7+
"Microsoft.AspNet.Http.Core": "1.0.0-*"
98
},
109
"frameworks": {
1110
"aspnet50": { },

0 commit comments

Comments
 (0)