From e81627ba02b55af252495318a487e79ae7df7882 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 28 Dec 2016 14:13:58 -0800 Subject: [PATCH] Functional tests don't need to target desktop The functional tests run the website out-of-process and include the combinations. The test driver doesn't need to be cross-compiled Additionally fixing downgrade warning --- .../project.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json index 8d493a0ee1..1850e8c907 100644 --- a/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json @@ -5,7 +5,7 @@ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Localization": "1.2.0-*", - "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", + "Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*", "Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.2.0-*", @@ -19,8 +19,7 @@ "type": "platform" } } - }, - "net451": {} + } }, "testRunner": "xunit" } \ No newline at end of file