Skip to content

Commit 4ba2d8b

Browse files
authored
Merge pull request #1128 from microsoft/dependabot/nuget/FluentAssertions-6.9.0
Bump FluentAssertions from 6.8.0 to 6.9.0
2 parents 905293e + bf2d122 commit 4ba2d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<PrivateAssets>all</PrivateAssets>
263263
</PackageReference>
264264
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
265-
<PackageReference Include="FluentAssertions" Version="6.8.0">
265+
<PackageReference Include="FluentAssertions" Version="6.9.0">
266266
</PackageReference>
267267
<PackageReference Include="Newtonsoft.Json" Version="13.0.2">
268268
</PackageReference>

test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>
26-
<PackageReference Include="FluentAssertions" Version="6.8.0" />
26+
<PackageReference Include="FluentAssertions" Version="6.9.0" />
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
2828
<PackageReference Include="Moq" Version="4.18.4" />
2929
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

0 commit comments

Comments
 (0)