Json dependency fix

This commit is contained in:
Miha Kralj
2022-11-06 17:45:20 -08:00
parent 09a014f6ed
commit 28ea048594
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -67,6 +67,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.0-preview.4.22229.4" />
<PackageReference Include="System.Text.Json" Version="6.0.6" />
</ItemGroup>
</Project>