From d7130d776fdd897a7ba20514fe2be0a1827431f2 Mon Sep 17 00:00:00 2001 From: Christopher Granade Date: Thu, 17 Mar 2022 08:54:22 -0700 Subject: [PATCH 1/7] Update to newtonsoft.json 13.0.1. --- src/jupyter-core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jupyter-core.csproj b/src/jupyter-core.csproj index c860ff1..50687b9 100644 --- a/src/jupyter-core.csproj +++ b/src/jupyter-core.csproj @@ -31,7 +31,7 @@ - + From 7cc783bb3191e9d540c11e7f3cd864cb4f11c1a0 Mon Sep 17 00:00:00 2001 From: Christopher Granade Date: Thu, 17 Mar 2022 09:00:05 -0700 Subject: [PATCH 2/7] Update bin projects to net6.0. --- examples/echo-kernel/echo-kernel.csproj | 2 +- examples/moon-kernel/moon-kernel.csproj | 2 +- src/Engines/CompletionResult.cs | 2 ++ src/jupyter-core.csproj | 2 +- tests/core/InputParserTests.cs | 16 +++------------- tests/core/core.csproj | 2 +- 6 files changed, 9 insertions(+), 17 deletions(-) diff --git a/examples/echo-kernel/echo-kernel.csproj b/examples/echo-kernel/echo-kernel.csproj index a772213..6eabbc2 100644 --- a/examples/echo-kernel/echo-kernel.csproj +++ b/examples/echo-kernel/echo-kernel.csproj @@ -3,7 +3,7 @@ True Exe - netcoreapp3.1 + net6.0