Skip to content

Commit

Permalink
Updated FluentAssertions, blocked v8+
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jan 17, 2025
1 parent a71f6e4 commit f281a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"automerge": true,
"automergeType": "branch"
},
{
"matchPackageNames": ["FluentAssertions"],
"allowedVersions": "<8"
},
{
"matchPackagePatterns": ["gittools", "docfx", "SourceLink", "Grpc", "Google"],
"automerge": true,
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectReference Include="..\GrpcRichError\GrpcRichError.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="FluentAssertions" Version="7.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.71" />
<PackageReference Include="xunit" Version="2.9.3" />
Expand Down

0 comments on commit f281a29

Please sign in to comment.