From de527220a1211c0742865f27d749fcc8b82bfc59 Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 12 May 2024 22:40:34 +0200 Subject: [PATCH] Remove Newtonsoft.Jsob --- MSDF-Test/MSDF-Test.csproj | 1 - MSDF-Test/MSDF.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/MSDF-Test/MSDF-Test.csproj b/MSDF-Test/MSDF-Test.csproj index 82fbc8e..1ad168d 100644 --- a/MSDF-Test/MSDF-Test.csproj +++ b/MSDF-Test/MSDF-Test.csproj @@ -9,7 +9,6 @@ - diff --git a/MSDF-Test/MSDF.cs b/MSDF-Test/MSDF.cs index 40f5e88..5fc2ed7 100644 --- a/MSDF-Test/MSDF.cs +++ b/MSDF-Test/MSDF.cs @@ -1,5 +1,4 @@ using System.Drawing; -using Newtonsoft.Json; namespace MSDF_Test;