Bump Newtonsoft.Json in /src/Serialization/HybridRowCLI

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:19 +00:00
committed by GitHub
parent ce112dcdf1
commit aee8e6bb43
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
<PublishReadyToRun>true</PublishReadyToRun> <PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" /> <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" />
<PackageReference Include="MongoDB.Bson.Signed" Version="2.4.4" /> <PackageReference Include="MongoDB.Bson.Signed" Version="2.4.4" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" /> <PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />

View File

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