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 1e6e2e8 commit 07898c3
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"],
"matchPackageNames": ["System.ValueTuple", "Tmds.DBus", "JetBrains.Annotations"],
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Reference Include="System.Net.Http" />
</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 07898c3

Please sign in to comment.