[shared/csproj] Bump System.Text.Json version

This addresses https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
This commit is contained in:
Laura Hausmann 2024-07-10 16:13:02 +02:00
parent 54f3c7a0e4
commit 8b92270293
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -11,7 +11,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.3"/> <PackageReference Include="System.Text.Json" Version="8.0.4"/>
</ItemGroup> </ItemGroup>
</Project> </Project>