This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Microsoft.AspNet.Http.Extensions
test/Microsoft.AspNet.Http.Extensions.Tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
"dependencies" : {
5
5
"Microsoft.AspNet.Http" : " 1.0.0-*" ,
6
6
"Microsoft.AspNet.Http.Interfaces" : " 1.0.0-*" ,
7
- "Microsoft.Framework.DependencyInjection" : " 1.0.0-*" ,
7
+ "Microsoft.Framework.DependencyInjection.Interfaces " : " 1.0.0-*" ,
8
8
"Microsoft.Framework.NotNullAttribute.Internal" : { "type" : " build" , "version" : " 1.0.0-*" },
9
9
"Microsoft.Framework.WebEncoders.Core" : " 1.0.0-*" ,
10
10
"Microsoft.Net.Http.Headers" : " 1.0.0-*"
14
14
},
15
15
"dnxcore50" : {
16
16
"dependencies" : {
17
+ "System.IO.FileSystem" : " 4.0.0-beta-*" ,
17
18
"System.Reflection.TypeExtensions" : " 4.0.0-beta-*" ,
18
19
"System.Runtime" : " 4.0.20-beta-*"
19
20
}
Original file line number Diff line number Diff line change 4
4
"Microsoft.AspNet.Http.Extensions" : " 1.0.0-*" ,
5
5
"Microsoft.AspNet.Http.Interfaces" : " 1.0.0-*" ,
6
6
"Microsoft.AspNet.Http.Core" : " 1.0.0-*" ,
7
+ "Microsoft.Framework.DependencyInjection" : " 1.0.0-*" ,
7
8
"xunit.runner.aspnet" : " 2.0.0-aspnet-*"
8
9
},
9
10
"commands" : {
You can’t perform that action at this time.
0 commit comments