From a42fcb72b33e120957a943c2988bc8ad5d729ee1 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 28 Mar 2014 00:04:30 -0700 Subject: [PATCH] Update to new version of Tasks --- samples/ErrorPageSample/project.json | 2 +- samples/WelcomePageSample/project.json | 2 +- src/Microsoft.AspNet.Diagnostics/project.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/ErrorPageSample/project.json b/samples/ErrorPageSample/project.json index 1d6422dc08..a10832478b 100644 --- a/samples/ErrorPageSample/project.json +++ b/samples/ErrorPageSample/project.json @@ -32,7 +32,7 @@ "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.InteropServices": "4.0.20.0", "System.Text.Encoding": "4.0.20.0", - "System.Threading.Tasks": "4.0.0.0" + "System.Threading.Tasks": "4.0.10.0" } } } diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index 1d6422dc08..a10832478b 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -32,7 +32,7 @@ "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.InteropServices": "4.0.20.0", "System.Text.Encoding": "4.0.20.0", - "System.Threading.Tasks": "4.0.0.0" + "System.Threading.Tasks": "4.0.10.0" } } } diff --git a/src/Microsoft.AspNet.Diagnostics/project.json b/src/Microsoft.AspNet.Diagnostics/project.json index fd27f24aff..bf9fa47b6c 100644 --- a/src/Microsoft.AspNet.Diagnostics/project.json +++ b/src/Microsoft.AspNet.Diagnostics/project.json @@ -25,7 +25,7 @@ "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" + "System.Threading.Tasks": "4.0.10.0" } } }