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:
commit
946fc45269
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.0");
|
||||
result.Args.Should().Contain("--fx-version 2.0.3-servicing-25808-01");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Reference in a new issue