Bumped the version of System.Threading.Tasks to 4.0.10.0 to fix the build break in the remaining project.json

This commit is contained in:
Javier Calvarro Nelson 2014-04-09 14:05:01 -07:00
parent 73a00a1b21
commit 89e532873e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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"
}
}