From 70b2bdba9989c04592a88ab225c7e88fd8ba5af7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 15 Dec 2014 15:07:49 -0800 Subject: [PATCH] Reacting to System.Threading version changes --- src/Microsoft.Net.WebSockets/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index 318b478a14..b36dc2a234 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -19,7 +19,7 @@ "System.Runtime.Extensions": "4.0.10-beta-*", "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", "System.Text.Encoding.Extensions": "4.0.10-beta-*", - "System.Threading": "4.0.0-beta-*", + "System.Threading": "4.0.10-beta-*", "System.Threading.Overlapped": "4.0.0-beta-*", "System.Threading.Tasks": "4.0.10-beta-*", "System.Threading.Timer": "4.0.0-beta-*",