Skip to content

Commit

Permalink
Fixes #1 - CVE-2024-30105
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Jul 11, 2024
1 parent e59f7f3 commit 9309906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

</Project>

0 comments on commit 9309906

Please sign in to comment.