Skip to content

Commit

Permalink
Downgrade System.Text.Json to 8.0.4 (#590)
Browse files Browse the repository at this point in the history
Insecure version needed for package compatibility with downlevel Visual Studio versions. VS team working on a general fix. Upgrade tracked in #591
  • Loading branch information
erikmav authored Nov 5, 2024
1 parent 7b94813 commit a725019
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="System.CodeDom" Version="8.0.0" />
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />

<!-- Suppress high vuln Component Governance alert. >8.0.4 breaks downlevel VS installations. VS team working to fix. -->
<!-- https://github.com/microsoft/MSBuildSdks/issues/591 -->
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-8g4q-xg66-9fp4" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />

<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="8.0.1" />

<!-- Pinning vulnerable packages -->
Expand Down

0 comments on commit a725019

Please sign in to comment.