Skip to content

Commit e3108f3

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ReactiveMarbles.CacheDatabase.Settings.Tests/ReactiveMarbles.CacheDatabase.Settings.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>
22-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
2323
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
2424
<PackageReference Include="ReactiveUI.Testing" Version="18.3.1" />
2525
</ItemGroup>

src/ReactiveMarbles.CacheDatabase.Tests/ReactiveMarbles.CacheDatabase.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
23-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
23+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
2424
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
2525
<PackageReference Include="ReactiveUI.Testing" Version="18.3.1" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)