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.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Net.Http": "4.0.1-*",
"xunit": "2.1.0", "xunit": "2.1.0",
"Microsoft.AspNetCore.Internal.libuv-Darwin": { "Microsoft.AspNetCore.Internal.libuv-Darwin": {
"version": "1.0.0-*", "version": "1.0.0-*",
@ -19,13 +18,17 @@
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {
"dependencies": { "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" "imports": "portable-net451+win8"
}, },
"net451": { "net451": {
"dependencies": { "dependencies": {
"xunit.runner.console": "2.1.0" "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.Server.Kestrel.Https": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Net.Http": "4.0.1-*",
"xunit": "2.1.0", "xunit": "2.1.0",
"Microsoft.AspNetCore.Internal.libuv-Darwin": { "Microsoft.AspNetCore.Internal.libuv-Darwin": {
"version": "1.0.0-*", "version": "1.0.0-*",
@ -22,6 +21,7 @@
"System.Diagnostics.TraceSource": "4.0.0-*", "System.Diagnostics.TraceSource": "4.0.0-*",
"System.Globalization.Extensions": "4.0.1-*", "System.Globalization.Extensions": "4.0.1-*",
"System.IO": "4.1.0-*", "System.IO": "4.1.0-*",
"System.Net.Http": "4.0.1-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.Sockets": "4.1.0-*", "System.Net.Sockets": "4.1.0-*",
"System.Runtime.Handles": "4.0.1-*", "System.Runtime.Handles": "4.0.1-*",
@ -32,6 +32,9 @@
"net451": { "net451": {
"dependencies": { "dependencies": {
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
} }
} }
}, },