Skip to content

Commit acdcb56

Browse files
Bump FluentAssertions from 6.0.0 to 6.1.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.0.0...6.1.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e417b7 commit acdcb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests/UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
30-
<PackageReference Include="FluentAssertions" Version="6.0.0" />
30+
<PackageReference Include="FluentAssertions" Version="6.1.0" />
3131
<PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" />
3232
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
3333
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)