Skip to content

Commit 7d257f0

Browse files
TestingBotclaude
andcommitted
Pin FluentAssertions to 7.2.2 (last Apache-2.0 release)
v8.x moved to a paid commercial license. Stay on 7.x and tell dependabot to ignore >=8.0.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b0d72a5 commit 7d257f0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ updates:
99
microsoft-extensions:
1010
patterns:
1111
- "Microsoft.Extensions.*"
12+
ignore:
13+
# FluentAssertions 8.x switched to a paid commercial license; stay on 7.x (Apache-2.0)
14+
- dependency-name: "FluentAssertions"
15+
versions: [">=8.0.0"]
1216

1317
- package-ecosystem: github-actions
1418
directory: "/"

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2424
<PackageVersion Include="xunit" Version="2.9.2" />
2525
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
26-
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
26+
<PackageVersion Include="FluentAssertions" Version="7.2.2" />
2727
<PackageVersion Include="RichardSzalay.MockHttp" Version="7.0.0" />
2828
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)