From 0351ce98897b817e35f9b00ba3a059cdce877bd5 Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Fri, 31 Jul 2026 12:52:46 -0500 Subject: [PATCH] fix(core): remove unnecessary Newtonsoft.Json dependency Remove the unnecessary Newtonsoft.Json package reference from the core project. The dependency was only required by the test project and should not be included in the CPlugin.Net package. --- src/Core/CPlugin.Net.csproj | 1 - tests/CPlugin.Net/CPlugin.Net.Tests.csproj | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/CPlugin.Net.csproj b/src/Core/CPlugin.Net.csproj index c26ffd6..93cb9b1 100644 --- a/src/Core/CPlugin.Net.csproj +++ b/src/Core/CPlugin.Net.csproj @@ -25,7 +25,6 @@ - diff --git a/tests/CPlugin.Net/CPlugin.Net.Tests.csproj b/tests/CPlugin.Net/CPlugin.Net.Tests.csproj index 52d7f65..e5af7dd 100644 --- a/tests/CPlugin.Net/CPlugin.Net.Tests.csproj +++ b/tests/CPlugin.Net/CPlugin.Net.Tests.csproj @@ -12,6 +12,7 @@ +