Skip to content

Commit 591711d

Browse files
authored
Merge branch 'vnext' into dependabot/github_actions/mathieudutour/github-tag-action-6.0
2 parents 6657430 + 135f8b1 commit 591711d

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)