Add System.Net.Http again to solve CVE warning (#1354)

This commit is contained in:
Stef Heyenrath
2025-08-27 08:45:24 +02:00
committed by GitHub
parent 9fcc9ade10
commit 35bf5e94a5
2 changed files with 3 additions and 8 deletions

View File

@@ -38,6 +38,9 @@
</PropertyGroup>
<ItemGroup>
<!-- CVE-2018-8292 / https://github.com/advisories/GHSA-7jgj-8wvc-jh57 -->
<PackageReference Include="System.Net.Http " Version="4.3.4" />
<!-- See also https://mstack.nl/blog/20210801-source-generators -->
<PackageReference Include="FluentBuilder" Version="0.10.0">
<PrivateAssets>all</PrivateAssets>