Skip to content

Commit f0420b9

Browse files
chore(deps): 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 129fa77 commit f0420b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ItemGroup>
6161

6262
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
63-
<PackageReference Include="FluentAssertions" Version="7.0.0"/>
63+
<PackageReference Include="FluentAssertions" Version="8.0.0"/>
6464
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1"/>
6565
<PackageReference Include="MSTest.TestFramework" Version="3.7.1"/>
6666
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>

0 commit comments

Comments
 (0)