Changing ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile to expect 2.0.0 as the runtime version.

This commit is contained in:
Livar Cunha 2017-09-25 09:49:46 -07:00
parent c7fa050645
commit 442011ea64

View file

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