Skip to content

Commit 1febce6

Browse files
authored
Merge pull request #1049 from microsoft/dependabot/nuget/FluentAssertions-6.8.0
Bump FluentAssertions from 6.7.0 to 6.8.0
2 parents 64d7719 + b48da17 commit 1febce6

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
@@ -251,7 +251,7 @@
251251

252252
<ItemGroup>
253253
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
254-
<PackageReference Include="FluentAssertions" Version="6.7.0">
254+
<PackageReference Include="FluentAssertions" Version="6.8.0">
255255
</PackageReference>
256256
<PackageReference Include="Newtonsoft.Json" Version="13.0.2-beta1">
257257
</PackageReference>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
18+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
2020
<PackageReference Include="Moq" Version="4.18.2" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

0 commit comments

Comments
 (0)