Updating the runtime framework versions for 1.0.5 and 1.1.1 and updating the CLI branding to 1.0.4.

This commit is contained in:
Livar Cunha 2017-04-24 18:11:59 -07:00
parent 022cc5ebfb
commit de7c94592d
8 changed files with 13 additions and 13 deletions

View file

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