Skip to content

Commit c3c83dc

Browse files
build(deps): bump FluentAssertions in /integrationtests (#3462)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.8.0...6.9.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a814e4 commit c3c83dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.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</IncludeAssets>
2020
</PackageReference>
2121
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
22-
<PackageReference Include="FluentAssertions" Version="6.8.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.9.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

src/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
4949
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
5050
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
51-
<PackageReference Include="FluentAssertions" Version="6.8.0" />
51+
<PackageReference Include="FluentAssertions" Version="6.9.0" />
5252
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
5353
<PackageReference Include="PublicApiGenerator" Version="10.3.0" />
5454
<PackageReference Include="coverlet.msbuild" Version="3.2.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)