Update test tools that need conflict resolution on 2.0 to target 2.0

This commit is contained in:
Daniel Plaisted 2017-04-25 11:20:37 -07:00
parent 01d3895b24
commit 06c1cc5990
13 changed files with 7 additions and 24 deletions

View file

@ -89,7 +89,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
.And.HaveStdOutContaining("Hello I prefer the cli runtime World!");;
}
[RequiresSpecificFrameworkFact("netcoreapp1.1")] // https://github.com/dotnet/cli/issues/6087
[Fact]
public void ItCanRunAToolThatInvokesADependencyToolInACSProj()
{
var repoDirectoriesProvider = new RepoDirectoriesProvider();