Bump Newtonsoft.Json in /src/Serialization/HybridRow.Json

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.2...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-07 18:12:11 +00:00
committed by GitHub
parent ce112dcdf1
commit f46c78a257
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Core\Microsoft.Azure.Cosmos.Core.csproj" />

View File

@@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<!-- Force compile-time reference to version 10.0.2 since that's what the Cosmos DB .NET SDK uses currently. -->
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<!-- <PackageReference Include="System.Memory" /> -->
<!-- <PackageReference Include="System.Runtime.CompilerServices.Unsafe" /> -->
<!-- <PackageReference Include="System.Threading.Tasks.Extensions" /> -->