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 (#257)
  • Loading branch information
MrDave1999 authored Jan 16, 2025
1 parent ea0fa28 commit d48e6b3
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 @@ -46,7 +46,7 @@
<PackageVersion Include="Twilio" Version="6.2.1" />
<PackageVersion Include="Respawn" Version="6.2.1" />
<PackageVersion Include="coverlet.msbuild" Version="3.1.2" />
<PackageVersion Include="FluentAssertions" Version="6.10.0" />
<PackageVersion Include="FluentAssertions" Version="[7.0.0,8.0.0)" />
<PackageVersion Include="JustMock" Version="2023.1.117.1" />
<PackageVersion Include="Microsoft.Bot.Builder.Testing" Version="4.22.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
Expand Down

0 comments on commit d48e6b3

Please sign in to comment.