Skip to content

Commit

Permalink
bump system.text.json version (#9590)
Browse files Browse the repository at this point in the history
* bump system.text.json version

* Update Directory.Packages.props

Co-authored-by: Drew Noakes <git@drewnoakes.com>

* remove duplicate package references

---------

Co-authored-by: Drew Noakes <git@drewnoakes.com>
haileymck and drewnoakes authored Nov 22, 2024
1 parent 5bc38a4 commit 32c88de
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -51,8 +51,6 @@
<PackageVersion Include="Microsoft.VisualStudio.Data.Services" Version="17.13.38055-preview.1" />
<PackageVersion Include="Microsoft.VisualStudio.DataDesign.Common" Version="17.13.38055-preview.1" />
<PackageVersion Include="Microsoft.VisualStudio.DataTools.Interop" Version="17.13.38055-preview.1" />
<PackageVersion Include="Microsoft.VisualStudio.Debugger.Contracts" Version="17.12.0-beta.24403.1" />
<PackageVersion Include="Microsoft.VisualStudio.Debugger.UI.Interfaces" Version="17.12.0-beta.24403.1" />
<PackageVersion Include="Microsoft.VisualStudio.Designer.Interfaces" Version="17.13.38055-preview.1" />
<PackageVersion Include="Microsoft.VisualStudio.ImageCatalog" Version="17.13.38055-preview.1" />
<PackageVersion Include="Microsoft.VisualStudio.Interop" Version="17.13.38055-preview.1" />
@@ -105,6 +103,8 @@

<!-- Framework packages -->
<PackageVersion Include="Microsoft.IO.Redist" Version="6.0.1" />
<!-- Pin version to avoid CVE in System.Text.Json 8.0.4 -->
<PackageVersion Include="System.Text.Json" Version="8.0.5" />

<!-- MSBuild (for tests only) -->
<PackageVersion Include="Microsoft.Build" Version="17.13.0-preview-24504-04" />
1 change: 1 addition & 0 deletions eng/imports/HostAgnostic.props
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@
<PackageReference Include="System.Threading.Tasks.Dataflow" />

<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == 'net472'" />
<PackageReference Include="System.Text.Json" />

<!-- VS MEF -->
<PackageReference Include="Microsoft.VisualStudio.Composition" />

0 comments on commit 32c88de

Please sign in to comment.