Fixing It_adds_fx_version_as_a_param_when_the_tool_has_the_prefercliruntime_file test to expect 1.0.3.
This commit is contained in:
parent
a80e8fa636
commit
75786cd59a
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ namespace Microsoft.DotNet.Tests
|
|||
|
||||
result.Should().NotBeNull();
|
||||
|
||||
result.Args.Should().Contain("--fx-version 1.0.1");
|
||||
result.Args.Should().Contain("--fx-version 1.0.3");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
Loading…
Add table
Reference in a new issue