Skip to content

Commit 135f8b1

Browse files
authored
Merge pull request #638 from microsoft/dependabot/nuget/FluentAssertions-6.2.0
Bump FluentAssertions from 5.10.3 to 6.2.0
2 parents a08028f + 093993b commit 135f8b1

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.0.0" />
246-
<PackageReference Include="FluentAssertions" Version="5.10.3">
246+
<PackageReference Include="FluentAssertions" Version="6.2.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,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
1819
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
19-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
2020
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2121
<PackageReference Include="SharpYaml" Version="1.8.0" />
2222
<PackageReference Include="Verify" Version="13.3.1" />

0 commit comments

Comments
 (0)