Updating the runtime to 2.0.7 and the CLI branding to 2.1.104.

This commit is contained in:
Livar Cunha 2018-03-29 18:19:24 -07:00
parent 48ec687460
commit 5b8949e66b
3 changed files with 4 additions and 3 deletions

View file

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