Fixing the expected fx-version.

This commit is contained in:
Livar Cunha 2017-12-07 13:41:36 -08:00
parent 60ba27d2db
commit f5a93d57da

View file

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