Fixing the expected runtime version by the tool tests.
This commit is contained in:
parent
8f851ee83c
commit
e11c66e7f0
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…
Add table
Add a link
Reference in a new issue