Skip to content

Commit

Permalink
fix update used System.Text.Json version to prevent security warning (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de authored Dec 22, 2024
1 parent ff23791 commit 16d624d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" />
<package id="Serilog" version="2.12.0" manuallyInstalled="true" />
<package id="System.Buffers" version="4.5.1" />
<package id="System.Numerics.Vectors" version="4.5.0" />
<package id="System.IO.Pipelines" version="9.0.0" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
<package id="System.Text.Encodings.Web" version="7.0.0" />
<package id="System.Text.Encodings.Web" version="9.0.0" />
<package id="System.Text.Json" version="9.0.0" manuallyInstalled="true" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" />
</packages>

0 comments on commit 16d624d

Please sign in to comment.