diff --git a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs index a7240c60b..5b7a78b6c 100644 --- a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs +++ b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs @@ -384,7 +384,7 @@ namespace Microsoft.DotNet.Migration.Tests var projectDirectory = Path.Combine(solutionDirectory, projectName); MigrateProject(new string[] { projectDirectory }); - Restore3(projectDirectory); + Restore(projectDirectory); BuildMSBuild(projectDirectory, projectName); VerifyAllMSBuildOutputsRunnable(projectDirectory);