Remove Newtonsoft.Jsob

This commit is contained in:
glax 2024-05-12 22:40:34 +02:00
parent 852fc3ff63
commit de527220a1
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
</ItemGroup>

View File

@ -1,5 +1,4 @@
using System.Drawing;
using Newtonsoft.Json;
namespace MSDF_Test;