Update the CLI to netcoreapp2.0.

This commit is contained in:
Eric Erhardt 2017-01-25 21:19:44 -06:00
parent e0d2bba7db
commit d4153815d5
51 changed files with 178 additions and 491 deletions

View file

@ -282,7 +282,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().Contain("--fx-version 1.0.3");
result.Args.Should().Contain("--fx-version 2.0.0");
}
[Fact]