From 78293af292a3476a6165b50ad60fb2676af6816b Mon Sep 17 00:00:00 2001 From: coldino <28345893+coldino@users.noreply.github.com> Date: Sat, 25 Jun 2022 11:13:29 +0100 Subject: [PATCH] Update Newtonsoft.Json to address unrelated vulnerability Should never have affected this app anyway, but better to be safe than sorry. Closes #78. Closes #79. Closes #80. --- Larkator/Larkator.csproj | 4 ++-- LarkatorGUI/LarkatorGUI.csproj | 4 ++-- LarkatorGUI/packages.config | 2 +- MapCalibrator/MapCalibrator.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Larkator/Larkator.csproj b/Larkator/Larkator.csproj index b190d6b..36130b6 100644 --- a/Larkator/Larkator.csproj +++ b/Larkator/Larkator.csproj @@ -2,14 +2,14 @@ Exe - netcoreapp2.0 + net6.0 NU1701 - + diff --git a/LarkatorGUI/LarkatorGUI.csproj b/LarkatorGUI/LarkatorGUI.csproj index b93be4e..558d08a 100644 --- a/LarkatorGUI/LarkatorGUI.csproj +++ b/LarkatorGUI/LarkatorGUI.csproj @@ -93,8 +93,8 @@ ..\packages\gong-wpf-dragdrop.1.2.0-alpha0057\lib\net46\GongSolutions.WPF.DragDrop.dll - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/LarkatorGUI/packages.config b/LarkatorGUI/packages.config index 68f507f..59dba17 100644 --- a/LarkatorGUI/packages.config +++ b/LarkatorGUI/packages.config @@ -5,5 +5,5 @@ - + \ No newline at end of file diff --git a/MapCalibrator/MapCalibrator.csproj b/MapCalibrator/MapCalibrator.csproj index fac1d3c..1f6ea8e 100644 --- a/MapCalibrator/MapCalibrator.csproj +++ b/MapCalibrator/MapCalibrator.csproj @@ -67,7 +67,7 @@ 4.7.0 - 11.0.2 + 13.0.1