Fixing the expected fx-version.
This commit is contained in:
parent
60ba27d2db
commit
f5a93d57da
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue