From 92c658216f76f8700ec2fef5e3012c747d0bb36f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 29 Jun 2016 16:43:38 -0700 Subject: [PATCH] Updating to RTM builds of xunit --- .../AppWithDepsTests.cs | 2 -- .../project.json | 8 ++------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/AppWithDepsTests.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/AppWithDepsTests.cs index da092e8463..cae3959577 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/AppWithDepsTests.cs +++ b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/AppWithDepsTests.cs @@ -2,7 +2,6 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; -using System.Diagnostics; using System.IO; using Xunit; @@ -32,7 +31,6 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests } } - private class AppWithDepsScenario : DotNetWatchScenario { private const string AppWithDeps = "AppWithDeps"; diff --git a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json index 98ae86c2a3..e7671bd373 100644 --- a/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json +++ b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json @@ -4,7 +4,7 @@ "keyFile": "../../tools/Key.snk" }, "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.Process.Sources": { "type": "build", @@ -13,14 +13,10 @@ "Microsoft.DotNet.Watcher.Core": "1.0.0-*", "Newtonsoft.Json": "9.0.1", "System.Threading.Thread": "4.0.0-*", - "xunit": "2.1.0" + "xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.0": { - "imports": [ - "portable-net451+win8", - "dnxcore50" - ], "dependencies": { "Microsoft.NETCore.App": { "type": "platform",