Skip to content

Commit 42894b2

Browse files
Bump FluentAssertions from 8.7.0 to 8.7.1 (#225)
--- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: FluentAssertions dependency-version: 8.7.1 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> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 45da79f commit 42894b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/LatLongNet.IntegrationTests/LatLongNet.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
24-
<PackageReference Include="FluentAssertions" Version="8.7.0" />
24+
<PackageReference Include="FluentAssertions" Version="8.7.1" />
2525
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
2626
<PackageReference Include="Moq" Version="4.20.72" />
2727
<PackageReference Include="Testcontainers" Version="4.7.0" />

Tests/LatLongNet.Tests/LatLongNet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1010
<PrivateAssets>all</PrivateAssets>
1111
</PackageReference>
12-
<PackageReference Include="FluentAssertions" Version="8.7.0" />
12+
<PackageReference Include="FluentAssertions" Version="8.7.1" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageReference Include="Moq" Version="4.20.72" />
1515
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />

0 commit comments

Comments
 (0)