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> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.4" /> <PackageReference Include="System.Drawing.Common" Version="8.0.4" />
</ItemGroup> </ItemGroup>

View File

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