Skip to content

Commit

Permalink
feat: block FluentAssertions version to v7.0.0 to prevent upgrade to …
Browse files Browse the repository at this point in the history
…v8.0.0 (paid version)
  • Loading branch information
Tr00d committed Jan 15, 2025
1 parent d1fd3d9 commit b0a7ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vonage.Test/Vonage.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.18.1"/>
<PackageReference Include="FluentAssertions" Version="7.0.0"/>
<PackageReference Include="FluentAssertions" Version="[7.0.0]"/>
<PackageReference Include="FsCheck" Version="2.16.6"/>
<PackageReference Include="FsCheck.Xunit" Version="2.16.6"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
Expand Down

0 comments on commit b0a7ec7

Please sign in to comment.