Skip to content

Commit

Permalink
Revert 'FluentAssertions' upgrade
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nirmal4G committed Oct 8, 2021
1 parent 09da725 commit a4bfab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageVersion Include="MSTest.TestFramework" Version="2.2.6" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<!-- Test Helpers -->
<PackageVersion Include="FluentAssertions" Version="6.1.0" />
<PackageVersion Include="FluentAssertions" Version="5.10.3" />
<!-- DO NOT UPGRADE: This version is used for upgrade testing between 6.1.1 and 7.0.0 for the Object Serializers -->
<PackageVersion Include="Newtonsoft.Json" Version="10.0.3" Pin="true" />
<!-- WinUI Test Infra -->
Expand Down

0 comments on commit a4bfab8

Please sign in to comment.