Reacting to updated CoreCLR packages

This commit is contained in:
Pranav K 2015-05-15 08:59:23 -07:00
parent 70486710ea
commit f180bd9900
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@
"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,8 +15,7 @@
"dnxcore50": {
"dependencies": {
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Runtime.Serialization.Primitives": "4.0.10-beta-*"
"System.Reflection.TypeExtensions": "4.0.0-beta-*"
}
}
},