Updating the CLI branding to 2.1.2 and ingesting the 2.0.4 runtime.

This commit is contained in:
Livar Cunha 2017-11-27 11:36:12 -08:00
parent 68c8639f09
commit 9e97e53446
19 changed files with 35 additions and 35 deletions

View file

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