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 36daa40 commit 9dc337e
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": ["^NanoByte\\.Common"],
"groupName": "NanoByte.Common",
Expand Down
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\Sample\Sample.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 9dc337e

Please sign in to comment.