Revert "aspnet/Coherence#97 - React to updated CoreCLR packages"

This reverts commit 5326405fd7.
This commit is contained in:
Pranav K 2016-05-18 10:24:02 -07:00
parent ad7de3619a
commit d42df96a47
1 changed files with 2 additions and 2 deletions

View File

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