Skip to content

Commit db82820

Browse files
committed
Downgrade FluentAssertions version to 7.2.0
v8.* requires a license, also adjusts the renovate.json package rules to avoid future bump PRs.
1 parent 2ce0a63 commit db82820

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": [
9+
"FluentAssertions"
10+
],
11+
"allowedVersions": "<8.0.0"
12+
}
513
]
614
}

src/SignhostAPIClient.Tests/SignhostAPIClient.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup Label="Package References">
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
14-
<PackageReference Include="FluentAssertions" Version="8.7.0" />
14+
<PackageReference Include="FluentAssertions" Version="7.2.0" />
1515
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />

0 commit comments

Comments
 (0)