Changing ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile to expect 2.0.0 as the runtime version.
This commit is contained in:
parent
c7fa050645
commit
442011ea64
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue