Skip to content

Commit 68af275

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\common.props" />
33

44
<PropertyGroup>
@@ -11,7 +11,7 @@
1111
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1212
<PackageReference Include="Akka.TestKit.Xunit2" Version="$(AkkaVersion)" />
1313
<PackageReference Include="Akka.Cluster" Version="$(AkkaVersion)" />
14-
<PackageReference Include="FluentAssertions" Version="6.10.0" />
14+
<PackageReference Include="FluentAssertions" Version="6.11.0" />
1515
<PackageReference Include="Serilog.Sinks.ColoredConsole" Version="3.0.1" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)