Skip to content

Commit 911b80f

Browse files
Bump FluentAssertions from 6.4.0 to 6.5.1 (#134)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.4.0 to 6.5.1. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.4.0...6.5.1) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a21cf44 commit 911b80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Tests'))">
14-
<PackageReference Include="FluentAssertions" Version="6.4.0" />
14+
<PackageReference Include="FluentAssertions" Version="6.5.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)