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

Commit 93deb0b

Browse files
author
Praburaj
committed
Remove dependency on DependencyInjection and instead use DependencyInjection.Interfaces on Http.Extensions
Fixes: #228
1 parent b77e9d2 commit 93deb0b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"Microsoft.AspNet.Http": "1.0.0-*",
66
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
7-
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
7+
"Microsoft.Framework.DependencyInjection.Interfaces": "1.0.0-*",
88
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
99
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
1010
"Microsoft.Net.Http.Headers": "1.0.0-*"
@@ -14,6 +14,7 @@
1414
},
1515
"dnxcore50": {
1616
"dependencies": {
17+
"System.IO.FileSystem": "4.0.0-beta-*",
1718
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
1819
"System.Runtime": "4.0.20-beta-*"
1920
}

test/Microsoft.AspNet.Http.Extensions.Tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
55
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
66
"Microsoft.AspNet.Http.Core": "1.0.0-*",
7+
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
78
"xunit.runner.aspnet": "2.0.0-aspnet-*"
89
},
910
"commands": {

0 commit comments

Comments
 (0)