Skip to content

Commit

Permalink
fix: lock FluentAssertions version to 7.x to prevent unintended upgra…
Browse files Browse the repository at this point in the history
…de (#299)
  • Loading branch information
MrDave1999 authored Jan 16, 2025
1 parent 09aea61 commit e2a9792
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 @@ -25,7 +25,7 @@
<PackageVersion Include="CopySqlFilesToOutputDirectory" Version="1.0.0" />
<PackageVersion Include="seztion-parser" Version="3.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="FluentAssertions" Version="[7.0.0,8.0.0)" />
<PackageVersion Include="NUnit" Version="4.3.2" />
<PackageVersion Include="NUnit.Analyzers" Version="4.6.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
Expand Down

0 comments on commit e2a9792

Please sign in to comment.