Added Newtonsoft.Json into installer

This commit is contained in:
Viacheslav Demydiuk
2024-03-09 17:37:54 +02:00
parent 2d3e36ec8c
commit 75b9aabfbd
4 changed files with 8 additions and 6 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
using System.Collections;
using Newtonsoft.Json;
using Newtonsoft.Json;
using MtClient;
using MtApi5.MtProtocol;
using MtApi5.MtProtocol.ICustomRequest;
using System.Xml.Linq;
namespace MtApi5
{