Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit f5a93d5

Browse files
author
Livar Cunha
committed
Fixing the expected fx-version.
1 parent 60ba27d commit f5a93d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public void ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile()
303303

304304
result.Should().NotBeNull();
305305

306-
result.Args.Should().Contain("--fx-version 2.0.4");
306+
result.Args.Should().Contain("--fx-version 2.0.5-servicing-26004-03");
307307
}
308308

309309
[Fact]

0 commit comments

Comments
 (0)