From 4433c653a956013f94f08fc999d31bfb60437342 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 21 Jun 2019 10:30:51 +0100 Subject: [PATCH 1/2] Update NewtonSoft.Json dependency to 11.02 since PowerShell 6.0 has been deprecated. This version of Newtonsoft is the one shipped with PS 6.1. It's version cannot be higher than the one shipped in PowerShell due to DLL unloading not being possible. --- .../PowerShellEditorServices.Protocol.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowerShellEditorServices.Protocol/PowerShellEditorServices.Protocol.csproj b/src/PowerShellEditorServices.Protocol/PowerShellEditorServices.Protocol.csproj index b35efa528..dee2bb843 100644 --- a/src/PowerShellEditorServices.Protocol/PowerShellEditorServices.Protocol.csproj +++ b/src/PowerShellEditorServices.Protocol/PowerShellEditorServices.Protocol.csproj @@ -14,7 +14,7 @@ - + From 3b541e874298385271dbb93de8331a695689fa0b Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Fri, 21 Jun 2019 10:39:22 +0100 Subject: [PATCH 2/2] update dependency in PsesPsClient as well (which is not part of the solution) --- tools/PsesPsClient/PsesPsClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PsesPsClient/PsesPsClient.csproj b/tools/PsesPsClient/PsesPsClient.csproj index 6b30f989b..5cde53561 100644 --- a/tools/PsesPsClient/PsesPsClient.csproj +++ b/tools/PsesPsClient/PsesPsClient.csproj @@ -5,7 +5,7 @@ - +