Use System.Text.Json instead of Newtonsoft.Json

This commit is contained in:
Alexey Golub 2020-04-21 18:15:28 +03:00
parent f153aad3f1
commit 130c0b6fe2
14 changed files with 195 additions and 179 deletions

View file

@ -1,5 +1,4 @@
using System;
using System.Drawing;
using System.Threading.Tasks;
using CliFx;
using DiscordChatExporter.Cli.Commands;