Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Bump transitive dependencies in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Aug 12, 2024
1 parent 5e70fb1 commit 74c33e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@

<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
<!-- TODO - Replace CsQuery with AngleSharp -->
<PackageReference Include="CsQuery.NETStandard" Version="1.3.6.1" />

<!-- TODO - The rest of the packages in this group are transitive
dependencies of CsQuery. We should remove them when we replace CsQuery
with AngleSharp. -->
<PackageReference Include="Microsoft.NETCore.Jit" Version="1.1.13" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 74c33e8

Please sign in to comment.