Merged PR 88725: Fixing the expected runtime version by the tool tests.

Fixing the expected runtime version by the tool tests.
This commit is contained in:
Livar Cunha 2017-10-09 19:36:32 +00:00
commit 946fc45269

View file

@ -309,7 +309,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().Contain("--fx-version 2.0.0");
result.Args.Should().Contain("--fx-version 2.0.3-servicing-25808-01");
}
[Fact]