From ed687d08b6f5bdd6e7c5a082c31856fcd26dccec Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 20 May 2016 14:53:49 -0700 Subject: [PATCH] Downgrade Server.Testing version to 0.1 --- 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 1b6a35d595..46a7e6b8f6 100644 --- a/test/ServerComparison.FunctionalTests/project.json +++ b/test/ServerComparison.FunctionalTests/project.json @@ -12,7 +12,7 @@ "testRunner": "xunit", "dependencies": { "dotnet-test-xunit": "1.0.0-*", - "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", + "Microsoft.AspNetCore.Server.Testing": "0.1.0-*", "Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Net.Http.Headers": "1.0.0-*",