React to updated CoreCLR packages

https://github.com/aspnet/Coherence/issues/97
This commit is contained in:
John Luo 2016-05-26 18:33:37 -07:00
parent be7069b198
commit 8a9963ece2
2 changed files with 3 additions and 3 deletions

View File

@ -46,11 +46,11 @@
"dependencies": {
"System.Diagnostics.Process": "4.1.0-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Net.Http": "4.0.1-*",
"System.Net.Http": "4.1.0-*",
"System.Net.Primitives": "4.0.11-*",
"System.Net.Sockets": "4.1.0-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Text.RegularExpressions": "4.0.12-*",
"System.Text.RegularExpressions": "4.1.0-*",
"System.Threading": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*"
},

View File

@ -27,7 +27,7 @@
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-*",
"System.Net.Http": "4.0.1-*"
"System.Net.Http": "4.1.0-*"
},
"imports": [
"portable-net45+win8"