Skip to content

Commit 0145379

Browse files
Bump Newtonsoft.Json
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2357f4f commit 0145379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Samples/Acquaint/Acquaint.Native/Acquaint.Native.iOS/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<package id="Microsoft.NETCore.Platforms" version="2.1.1" targetFramework="xamarinios10" />
1414
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
1515
<package id="NETStandard.Library" version="2.0.3" targetFramework="xamarinios10" />
16-
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="xamarinios10" />
16+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="xamarinios10" />
1717
<package id="PCLStorage" version="1.0.2" targetFramework="xamarinios10" />
1818
<package id="Refractored.MvvmHelpers" version="1.3.0" targetFramework="xamarinios10" />
1919
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />

Samples/Acquaint/Common/Acquaint.Data.NetStandard/Acquaint.Data.NetStandard.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Backendless.NET" Version="5.1.3" />
7-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
7+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
88
<PackageReference Include="PCLStorage.Standard" Version="1.0.0" />
99
</ItemGroup>
1010
<ItemGroup>

0 commit comments

Comments
 (0)