From ca4423e3f8fc5f300ec4223228460fe796fc2808 Mon Sep 17 00:00:00 2001 From: Michael Scovetta Date: Sun, 17 Sep 2023 13:04:28 -0400 Subject: [PATCH] Bump Newtonsoft.Json (#562) The Sarif.Sdk package depends on Newtonsoft.Json 9.0.1+, and NuGet chooses the oldest version by default. This change pushes us up to 13.0.3 (latest current). Ref: https://github.com/microsoft/sarif-sdk/issues/2673 Co-authored-by: Gabe Stocco <98900+gfs@users.noreply.github.com> --- AppInspector.CLI/AppInspector.CLI.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AppInspector.CLI/AppInspector.CLI.csproj b/AppInspector.CLI/AppInspector.CLI.csproj index 903b72b..9e93823 100644 --- a/AppInspector.CLI/AppInspector.CLI.csproj +++ b/AppInspector.CLI/AppInspector.CLI.csproj @@ -73,8 +73,11 @@ - + + + +