From 87e3544fda2f5cf89897ea6aefdcab683f4aebfd Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 20 May 2016 14:51:26 -0700 Subject: [PATCH] Downgrade Server.Testing version to 0.1 --- test/E2ETests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/project.json b/test/E2ETests/project.json index 8630937d7d..9ff5f1d8a2 100644 --- a/test/E2ETests/project.json +++ b/test/E2ETests/project.json @@ -12,7 +12,7 @@ "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.0.0-*", - "Microsoft.AspNetCore.Server.Testing": "1.0.0-*", + "Microsoft.AspNetCore.Server.Testing": "0.1.0-*", "Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.Extensions.Configuration.Binder": "1.0.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",