System.Net.Http references

This commit is contained in:
Ben Adams 2016-02-21 12:37:50 +00:00 committed by Stephen Halter
parent c2e5124d5a
commit e579745f93
2 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,6 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Net.Http": "4.0.1-*",
"xunit": "2.1.0",
"Microsoft.AspNetCore.Internal.libuv-Darwin": {
"version": "1.0.0-*",
@ -19,13 +18,17 @@
"frameworks": {
"dnxcore50": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"System.Net.Http": "4.0.1-*"
},
"imports": "portable-net451+win8"
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
}
},

View File

@ -5,7 +5,6 @@
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Net.Http": "4.0.1-*",
"xunit": "2.1.0",
"Microsoft.AspNetCore.Internal.libuv-Darwin": {
"version": "1.0.0-*",
@ -22,6 +21,7 @@
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Globalization.Extensions": "4.0.1-*",
"System.IO": "4.1.0-*",
"System.Net.Http": "4.0.1-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.Sockets": "4.1.0-*",
"System.Runtime.Handles": "4.0.1-*",
@ -32,6 +32,9 @@
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
}
},