diff --git a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs index 4236911c9..9020a72c3 100644 --- a/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs +++ b/test/dotnet-migrate.Tests/GivenThatIWantToMigrateTestApps.cs @@ -44,8 +44,7 @@ namespace Microsoft.DotNet.Migration.Tests var outputCsProj = Path.Combine(projectDirectory, projectName + ".csproj"); var csproj = File.ReadAllText(outputCsProj); - Console.WriteLine(csproj); - csproj.EndsWith(Environment.NewLine).Should().Be(true); + csproj.EndsWith("\n").Should().Be(true); } [Fact]