From 891ae798de42f750a78a402d4d2bad10b87557a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:07:38 +0000 Subject: [PATCH] Bump Newtonsoft.Json Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/7.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- .../EmotionApiSamples/EmotionClient/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20151125 Project Oxford Samples/EmotionApiSamples/EmotionClient/packages.config b/20151125 Project Oxford Samples/EmotionApiSamples/EmotionClient/packages.config index 505e588..093dcd2 100644 --- a/20151125 Project Oxford Samples/EmotionApiSamples/EmotionClient/packages.config +++ b/20151125 Project Oxford Samples/EmotionApiSamples/EmotionClient/packages.config @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" /> + <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" /> </packages> \ No newline at end of file