From bef340a2c36d0c8d19cba6935bccdf3fa1924ff7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 9 Mar 2016 12:52:50 -0800 Subject: [PATCH] Remove extra dependencies that produce NuGet warnings --- test/dotnet-watch.FunctionalTests/project.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/dotnet-watch.FunctionalTests/project.json b/test/dotnet-watch.FunctionalTests/project.json index 70c64e32c6..3e1db01183 100644 --- a/test/dotnet-watch.FunctionalTests/project.json +++ b/test/dotnet-watch.FunctionalTests/project.json @@ -9,10 +9,7 @@ "Microsoft.DotNet.Watcher.Core": "1.0.0-*", "Microsoft.NETCore.Platforms": "1.0.1-*", "Newtonsoft.Json": "8.0.2", - "xunit": "2.1.0", - "System.Diagnostics.Process": "4.1.0-*", - "System.IO.FileSystem.Watcher": "4.0.0-*", - "System.Xml.XDocument": "4.0.10-*" + "xunit": "2.1.0" }, "frameworks": { "dnxcore50": {