Changes per PR code review.

This commit is contained in:
John Beisner 2017-04-17 09:27:25 -07:00
parent c51221d2f1
commit a8eb0d0f50
4 changed files with 1 additions and 1 deletions

View file

@ -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();