Fixing vulnerable NuGet packages

Updating transitive System.Text.Json package.
Ignoring vulnerable package in legacy app.
This commit is contained in:
Kevin Bost
2025-01-13 22:21:12 -08:00
committed by Caelan
parent 15fcf333c0
commit 9f94e57192
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="Markdig" Version="0.40.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.67.1" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.67.1" />