From 0e69fc2b17dfdb54464428b282d93e299440f107 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sat, 19 Mar 2016 12:56:35 -0700 Subject: [PATCH] Reacting to CoreCLR package changes --- test/dotnet-watch.FunctionalTests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-watch.FunctionalTests/project.json b/test/dotnet-watch.FunctionalTests/project.json index 918e86fcb1..792bf09599 100644 --- a/test/dotnet-watch.FunctionalTests/project.json +++ b/test/dotnet-watch.FunctionalTests/project.json @@ -13,7 +13,7 @@ "Microsoft.DotNet.Watcher.Core": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*", "Newtonsoft.Json": "8.0.2", - "System.Threading": "4.0.11-*", + "System.Threading.Thread": "4.0.0-*", "xunit": "2.1.0" }, "frameworks": {