From a8eb0d0f50257fad33d0d3162daf1d08957b3f34 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Mon, 17 Apr 2017 09:27:25 -0700 Subject: [PATCH] Changes per PR code review. --- .../11TestAppWith10CLIToolReferences.csproj} | 0 .../NuGet.Config | 0 .../Program.cs | 0 .../GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename TestAssets/TestProjects/{TestAppWithCLIToolReferences/TestAppWithCLIToolReferences.csproj => 11TestAppWith10CLIToolReferences/11TestAppWith10CLIToolReferences.csproj} (100%) rename TestAssets/TestProjects/{TestAppWithCLIToolReferences => 11TestAppWith10CLIToolReferences}/NuGet.Config (100%) rename TestAssets/TestProjects/{TestAppWithCLIToolReferences => 11TestAppWith10CLIToolReferences}/Program.cs (100%) diff --git a/TestAssets/TestProjects/TestAppWithCLIToolReferences/TestAppWithCLIToolReferences.csproj b/TestAssets/TestProjects/11TestAppWith10CLIToolReferences/11TestAppWith10CLIToolReferences.csproj similarity index 100% rename from TestAssets/TestProjects/TestAppWithCLIToolReferences/TestAppWithCLIToolReferences.csproj rename to TestAssets/TestProjects/11TestAppWith10CLIToolReferences/11TestAppWith10CLIToolReferences.csproj diff --git a/TestAssets/TestProjects/TestAppWithCLIToolReferences/NuGet.Config b/TestAssets/TestProjects/11TestAppWith10CLIToolReferences/NuGet.Config similarity index 100% rename from TestAssets/TestProjects/TestAppWithCLIToolReferences/NuGet.Config rename to TestAssets/TestProjects/11TestAppWith10CLIToolReferences/NuGet.Config diff --git a/TestAssets/TestProjects/TestAppWithCLIToolReferences/Program.cs b/TestAssets/TestProjects/11TestAppWith10CLIToolReferences/Program.cs similarity index 100% rename from TestAssets/TestProjects/TestAppWithCLIToolReferences/Program.cs rename to TestAssets/TestProjects/11TestAppWith10CLIToolReferences/Program.cs diff --git a/test/dotnet-back-compat.Tests/GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs b/test/dotnet-back-compat.Tests/GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs index 63050ca1d..30ecc1f38 100644 --- a/test/dotnet-back-compat.Tests/GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs +++ b/test/dotnet-back-compat.Tests/GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs @@ -81,7 +81,7 @@ namespace Microsoft.DotNet.Cli.Build.Tests [RequiresSpecificFrameworkFact("netcoreapp1.0")] // https://github.com/dotnet/cli/issues/6087 public void ItRunsABackwardsVersionedTool() { - var testInstance = TestAssets.Get("TestAppWithCLIToolReferences") + var testInstance = TestAssets.Get("11TestAppWith10CLIToolReferences") .CreateInstance() .WithSourceFiles() .WithRestoreFiles();