upgrade system.text.json

This commit is contained in:
ikpil 2023-06-15 22:44:21 +09:00
parent 9d080e3b83
commit b7c8111a69
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" /> <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.2" /> <PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup> </ItemGroup>
</Project> </Project>