Revert "Reacting to updated CoreCLR packages"

This reverts commit f180bd9900.
This commit is contained in:
Pranav K 2015-05-15 12:19:37 -07:00
parent f180bd9900
commit 7d8f5d7b84
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,6 @@
"System.Threading": "4.0.10-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
"System.Threading.Thread": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
}
}

View File

@ -15,7 +15,8 @@
"dnxcore50": {
"dependencies": {
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*"
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Runtime.Serialization.Primitives": "4.0.10-beta-*"
}
}
},