Skip to content

Commit 82c9639

Browse files
build(deps): bump FluentAssertions from 6.9.0 to 6.10.0 in /src (#686)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 320b78d commit 82c9639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NonProduction/DynamicData.Profile/DynamicData.Profile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="xunit" Version="2.4.2" />
1818
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
20-
<PackageReference Include="FluentAssertions" Version="6.9.0" />
20+
<PackageReference Include="FluentAssertions" Version="6.10.0" />
2121
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
2222
</ItemGroup>
2323

src/DynamicData.Tests/DynamicData.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="xunit" Version="2.4.2" />
2020
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
22-
<PackageReference Include="FluentAssertions" Version="6.9.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.10.0" />
2323
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
2424
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
2525
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)