Reacting to System.Threading version changes

This commit is contained in:
Pranav K 2014-12-15 15:10:39 -08:00
parent 04fbb076b2
commit 017549aa46
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
"System.Threading": "4.0.0-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.10-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
"System.Threading.Timer": "4.0.0-beta-*"
}
}