Skip to content

Commit 81f9400

Browse files
Bump FluentAssertions from 6.7.0 to 6.8.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.7.0...6.8.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c296e03 commit 81f9400

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/FluentCommand.Batch.Tests/FluentCommand.Batch.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" Version="2.4.2" />
22-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
22+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3131
</PackageReference>
3232
<PackageReference Include="xunit" Version="2.4.2" />
33-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
33+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3131
</PackageReference>
3232
<PackageReference Include="xunit" Version="2.4.2" />
33-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
33+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3434
</PackageReference>
3535
<PackageReference Include="xunit" Version="2.4.2" />
36-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
36+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

test/FluentCommand.Tests/FluentCommand.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="xunit" Version="2.4.2" />
20-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
20+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)