Skip to content

Commit

Permalink
Merge pull request #1 from kachalkov/dependabot/nuget/JsonDataContext…
Browse files Browse the repository at this point in the history
…Base/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /JsonDataContextBase
  • Loading branch information
kachalkov authored Jan 20, 2024
2 parents a6b13e0 + 2a0f1e2 commit f8f7153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JsonDataContextBase/JsonDataContextBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<AssemblyOriginatorKeyFile>JsonDataContextDriver.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\JsonDataContextDriver\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\JsonDataContextDriver\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion JsonDataContextBase/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net4" userInstalled="true" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net40" userInstalled="true" />
</packages>

0 comments on commit f8f7153

Please sign in to comment.