Skip to content

Commit c62d29a

Browse files
committed
Revert package upgrades
1. 'Win2D.uwp' 2. 'FluentAssertions' These upgrades cause some tests to fail with `NullReferenceException`, `ArgumentNullException` and `ArgumentException`. [Revertable]: Revert or Drop this patch from the tree when those issues are fixed.
1 parent e7451be commit c62d29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup Label="Core">
88
<!-- UWP SDK -->
9-
<PackageVersion Include="Win2D.uwp" Version="1.26.0" />
9+
<PackageVersion Include="Win2D.uwp" Version="1.25.0" />
1010
<PackageVersion Include="ColorCode.UWP" Version="2.0.12" />
1111
<PackageVersion Include="Microsoft.UI.Xaml" Version="2.7.1" />
1212
<PackageVersion Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" />
@@ -49,7 +49,7 @@
4949
<PackageVersion Include="MSTest.TestFramework" Version="2.2.9" />
5050
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
5151
<!-- Test Helpers -->
52-
<PackageVersion Include="FluentAssertions" Version="6.6.0" />
52+
<PackageVersion Include="FluentAssertions" Version="5.10.3" />
5353
<!-- DO NOT UPGRADE: This version is used for upgrade testing between 6.1.1 and 7.0.0 for the Object Serializers -->
5454
<PackageVersion Include="Newtonsoft.Json" Version="10.0.3" Pin="true" />
5555
<!-- WinUI Test Infra -->

0 commit comments

Comments
 (0)