Skip to content

Commit ff4b8fb

Browse files
authored
Merge pull request #815 from microsoft/dependabot/nuget/FluentAssertions-6.6.0
Bump FluentAssertions from 6.5.1 to 6.6.0
2 parents 7a9012f + c3e8980 commit ff4b8fb

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
@@ -243,7 +243,7 @@
243243

244244
<ItemGroup>
245245
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
246-
<PackageReference Include="FluentAssertions" Version="6.5.1">
246+
<PackageReference Include="FluentAssertions" Version="6.6.0">
247247
</PackageReference>
248248
<PackageReference Include="Newtonsoft.Json" Version="13.0.1">
249249
</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.5.1" />
18+
<PackageReference Include="FluentAssertions" Version="6.6.0" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
2020
<PackageReference Include="Moq" Version="4.17.2" />
2121
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

0 commit comments

Comments
 (0)