From adbca3414a1343ced3b7af892620589972029e3c Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 6 May 2016 12:27:35 -0700 Subject: [PATCH] React to deployer update --- .../TestRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Localization.FunctionalTests/TestRunner.cs b/test/Microsoft.AspNetCore.Localization.FunctionalTests/TestRunner.cs index 276eeba720..ed126a7023 100644 --- a/test/Microsoft.AspNetCore.Localization.FunctionalTests/TestRunner.cs +++ b/test/Microsoft.AspNetCore.Localization.FunctionalTests/TestRunner.cs @@ -59,7 +59,7 @@ namespace Microsoft.AspNetCore.Localization.FunctionalTests { ApplicationBaseUriHint = applicationBaseUrl, EnvironmentName = environmentName, - PublishTargetFramework = runtimeFlavor == RuntimeFlavor.Clr ? "net451" : "netstandardapp1.5" + TargetFramework = runtimeFlavor == RuntimeFlavor.Clr ? "net451" : "netcoreapp1.0" }; using (var deployer = ApplicationDeployerFactory.Create(deploymentParameters, logger))