Remove newtonsoft reference

This commit is contained in:
Jeff Leung 2024-01-11 16:12:55 -08:00
parent 7d2d27c609
commit 79090e91d6
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
using AS1024.CommunityDocumentationPage.Interfaces;
using AS1024.CommunityDocumentationPage.Models;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using System.Net.Http.Headers;
using System.Runtime.CompilerServices;
namespace AS1024.CommunityDocumentationPage.DIScopes
{