Skip to content

Commit 5f4ae3c

Browse files
committed
Issue #74: Updated package Newtonsoft.Json from 8.0.3 to 12.0.2
1 parent 13b8aa9 commit 5f4ae3c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

MtApi5/MtApi5.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
35+
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />
@@ -109,7 +109,6 @@
109109
<ItemGroup>
110110
<None Include="packages.config" />
111111
</ItemGroup>
112-
<ItemGroup />
113112
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114113
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115114
Other similar extension points exist, see Microsoft.Common.targets.

MtApi5/packages.config

Lines changed: 1 addition & 1 deletion
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="8.0.3" targetFramework="net40" />
3+
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)