Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit adbca34

Browse files
committed
React to deployer update
1 parent 08e394d commit adbca34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/Microsoft.AspNetCore.Localization.FunctionalTests

test/Microsoft.AspNetCore.Localization.FunctionalTests/TestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private async Task<string> RunTestAndGetResponse(
5959
{
6060
ApplicationBaseUriHint = applicationBaseUrl,
6161
EnvironmentName = environmentName,
62-
PublishTargetFramework = runtimeFlavor == RuntimeFlavor.Clr ? "net451" : "netstandardapp1.5"
62+
TargetFramework = runtimeFlavor == RuntimeFlavor.Clr ? "net451" : "netcoreapp1.0"
6363
};
6464

6565
using (var deployer = ApplicationDeployerFactory.Create(deploymentParameters, logger))

0 commit comments

Comments
 (0)