Skip to content

Commit 2a0f1e2

Browse files
Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /JsonDataContextBase
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@6.0.8...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6b13e0 commit 2a0f1e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JsonDataContextBase/JsonDataContextBase.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<AssemblyOriginatorKeyFile>JsonDataContextDriver.snk</AssemblyOriginatorKeyFile>
3838
</PropertyGroup>
3939
<ItemGroup>
40-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41-
<HintPath>..\JsonDataContextDriver\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
40+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
41+
<HintPath>..\JsonDataContextDriver\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="System" />

JsonDataContextBase/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net4" userInstalled="true" />
3+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net40" userInstalled="true" />
44
</packages>

0 commit comments

Comments
 (0)