Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@live.com>2022-06-23 04:06:58 +0300
committerGitHub <noreply@github.com>2022-06-23 04:06:58 +0300
commit3a7ef805b0e948ad1a2b0dd2bd7c985fb89748de (patch)
treea7c81448fcd2778121c6892c8cc64a9861f047d8
parent1e1c4cff11ad7aa9211251af51f23390ecb62244 (diff)
parentc357cd8acd315ef6bba9ceb6afc7f72b1aee1772 (diff)
Merge pull request #1452 from neuecc/dependabot/nuget/sandbox/Sandbox/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandbox
-rw-r--r--sandbox/Sandbox/Sandbox.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/Sandbox/Sandbox.csproj b/sandbox/Sandbox/Sandbox.csproj
index a1561709..17da2db3 100644
--- a/sandbox/Sandbox/Sandbox.csproj
+++ b/sandbox/Sandbox/Sandbox.csproj
@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Portable.Compatibility" Version="1.0.1" />
<PackageReference Include="MsgPack.Cli" Version="0.7.1" />
- <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="protobuf-net" Version="2.1.0" />
<PackageReference Include="ZeroFormatter" Version="1.6.4" />
</ItemGroup>