Skip to content

Commit 06e37fa

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] <[email protected]>
1 parent 062f338 commit 06e37fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/FluentAssertions.DataSets/FluentAssertions.DataSets.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<ItemGroup Label="Analyzers">
4343
<AdditionalFiles Include="BannedSymbols.txt" />
44-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
44+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
4545
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
4646
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4747
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />

Tests/Approval.Tests/Approval.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
8+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

0 commit comments

Comments
 (0)