Update to dotnet 6.0.2

Signed-off-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Cody Robibero
2022-02-08 17:32:18 -07:00
parent 103a8e69a7
commit b98cc71c3b
16 changed files with 22 additions and 22 deletions

View File

@@ -40,7 +40,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Globalization" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="6.0.1" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
</ItemGroup>
<ItemGroup>