Skip to content

Commit 15135b6

Browse files
committed
Downgrade FluentAssertions to 5.10.3 for compatibility with .NET Framework net452.
1 parent 603c3c4 commit 15135b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="NUnit" Version="3.13.*"/>
1313
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0"/>
1414
<PackageReference Include="AutoFixture" Version="4.17.0"/>
15-
<PackageReference Include="FluentAssertions" Version="6.2.0"/>
15+
<PackageReference Include="FluentAssertions" Version="5.10.3"/>
1616
<PackageReference Include="coverlet.collector" Version="3.1.0"/>
1717
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)