From 79090e91d696db1af009db049bc3d59ee1c3abbb Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Thu, 11 Jan 2024 16:12:55 -0800 Subject: [PATCH] Remove newtonsoft reference --- .../DIScopes/NetboxBgpCommunityDocumentation.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/AS1024.CommunityDocumentationPage/DIScopes/NetboxBgpCommunityDocumentation.cs b/AS1024.CommunityDocumentationPage/DIScopes/NetboxBgpCommunityDocumentation.cs index 93a2d7c..2290cab 100644 --- a/AS1024.CommunityDocumentationPage/DIScopes/NetboxBgpCommunityDocumentation.cs +++ b/AS1024.CommunityDocumentationPage/DIScopes/NetboxBgpCommunityDocumentation.cs @@ -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 {