Skip to content

Commit a4bfab8

Browse files
committed
Revert 'FluentAssertions' upgrade
The upgrade causes some tests to fail with `NullReferenceException`, `ArgumentNullException` and `ArgumentException`. [Revertable]: Revert or Drop this patch from the tree when the above mentioned issue is fixed.
1 parent 09da725 commit a4bfab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageVersion Include="MSTest.TestFramework" Version="2.2.6" />
4646
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
4747
<!-- Test Helpers -->
48-
<PackageVersion Include="FluentAssertions" Version="6.1.0" />
48+
<PackageVersion Include="FluentAssertions" Version="5.10.3" />
4949
<!-- DO NOT UPGRADE: This version is used for upgrade testing between 6.1.1 and 7.0.0 for the Object Serializers -->
5050
<PackageVersion Include="Newtonsoft.Json" Version="10.0.3" Pin="true" />
5151
<!-- WinUI Test Infra -->

0 commit comments

Comments
 (0)