From 89e532873e463ce7531af659427cac14378bd19d Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Wed, 9 Apr 2014 14:05:01 -0700 Subject: [PATCH] Bumped the version of System.Threading.Tasks to 4.0.10.0 to fix the build break in the remaining project.json --- src/Microsoft.AspNet.TestHost/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.TestHost/project.json b/src/Microsoft.AspNet.TestHost/project.json index 48c00f0871..0028a68196 100644 --- a/src/Microsoft.AspNet.TestHost/project.json +++ b/src/Microsoft.AspNet.TestHost/project.json @@ -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" } }