From b569ececda8c9082c48ee207fa7c25a97a6745fa Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 5 Jul 2016 22:22:24 -0700 Subject: [PATCH] Updating to RTM build of test runner --- test/ServerComparison.FunctionalTests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ServerComparison.FunctionalTests/project.json b/test/ServerComparison.FunctionalTests/project.json index 3ed5c4bea1..4ef710d579 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -11,7 +11,7 @@ }, "testRunner": "xunit", "dependencies": { - "dotnet-test-xunit": "1.0.0-*", + "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Server.Testing": "0.2.0-*", "Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*",