Skip to content

Commit a634732

Browse files
Bump FluentAssertions from 8.0.0 to 8.0.1
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.0...8.0.1) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dce1d28 commit a634732

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.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
</PackageReference>
2323
<PackageReference Include="xunit" Version="2.9.3" />
24-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
24+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
2626
</ItemGroup>
2727

test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>
2424
<PackageReference Include="xunit" Version="2.9.3" />
25-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
25+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2626
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
2727
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
2828
</ItemGroup>

test/FluentRest.Tests/FluentRest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Include="xunit" Version="2.9.3" />
27-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
27+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
2828
</ItemGroup>
2929
</Project>

0 commit comments

Comments
 (0)