React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
This commit is contained in:
parent
be7069b198
commit
8a9963ece2
|
|
@ -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-*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue