Skip to content

Commit 3cca45d

Browse files
build(deps): bump FluentAssertions in /integrationtests (#3186)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.5.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.5.0...6.5.1) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75dfc36 commit 3cca45d

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.5.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.5.1" />
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.1" />
4949
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
5050
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
51-
<PackageReference Include="FluentAssertions" Version="6.5.0" />
51+
<PackageReference Include="FluentAssertions" Version="6.5.1" />
5252
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
5353
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
5454
<PackageReference Include="coverlet.msbuild" Version="3.1.2" PrivateAssets="All" />

0 commit comments

Comments
 (0)