Skip to content

Commit a7fc5c9

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 9ca955c commit a7fc5c9

File tree

1 file changed

+2
-2
lines changed
  • modules/howtos/examples/Couchbase.Examples.Logging.FullFramework

1 file changed

+2
-2
lines changed

modules/howtos/examples/Couchbase.Examples.Logging.FullFramework/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Common.Logging" version="3.4.1" targetFramework="net472" />
44
<package id="Common.Logging.Core" version="3.4.1" targetFramework="net472" />
@@ -15,7 +15,7 @@
1515
<package id="Microsoft.Extensions.ObjectPool" version="5.0.1" targetFramework="net472" />
1616
<package id="Microsoft.Extensions.Options" version="5.0.0" targetFramework="net472" />
1717
<package id="Microsoft.Extensions.Primitives" version="5.0.0" targetFramework="net472" />
18-
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net472" />
18+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
1919
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
2020
<package id="System.Diagnostics.DiagnosticSource" version="5.0.0" targetFramework="net472" />
2121
<package id="System.IO.Pipelines" version="5.0.1" targetFramework="net472" />

0 commit comments

Comments
 (0)