Bumped the version of System.Threading.Tasks to 4.0.10.0 to fix the build break

This commit is contained in:
Javier Calvarro Nelson 2014-04-09 14:00:06 -07:00
parent 8ca4a331e2
commit 73a00a1b21
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.Serialization.Primitives": "4.0.0.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0",
"System.Threading.Thread": "4.0.0.0"
}
}