Skip to content

Commit 661c703

Browse files
Bump FluentAssertions from 7.0.0 to 8.0.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cff55e9 commit 661c703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Privileged.Components.Tests/Privileged.Components.Tests.csproj

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

1616
<ItemGroup>
1717
<PackageReference Include="bunit" Version="1.38.5" />
18-
<PackageReference Include="FluentAssertions" Version="7.0.0" />
18+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2121
<PackageReference Include="coverlet.collector" Version="6.0.3">

test/Privileged.Tests/Privileged.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1515
<PackageReference Include="Bogus" Version="35.6.1" />
16-
<PackageReference Include="FluentAssertions" Version="7.0.0" />
16+
<PackageReference Include="FluentAssertions" Version="8.0.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1818
<PackageReference Include="PolySharp" Version="1.15.0">
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)