Skip to content

Commit

Permalink
fix(security): fixing a security vulnerability in the System.Text.Jso…
Browse files Browse the repository at this point in the history
…n nuget (#110)
  • Loading branch information
JustinCanton authored Aug 2, 2024
1 parent 31e2302 commit c700660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geo.Core/Geo.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down

0 comments on commit c700660

Please sign in to comment.