From 7a66fdd49062e318f01ad48f4c1774e9d42a9cdf Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 2 Feb 2024 09:53:53 -0600 Subject: [PATCH] fi: more newtonsoft fixes --- .../Displays/DisplayBase.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/PepperDash.Essentials.Devices.Common/Displays/DisplayBase.cs b/src/PepperDash.Essentials.Devices.Common/Displays/DisplayBase.cs index d93d57ff..76e04405 100644 --- a/src/PepperDash.Essentials.Devices.Common/Displays/DisplayBase.cs +++ b/src/PepperDash.Essentials.Devices.Common/Displays/DisplayBase.cs @@ -1,5 +1,4 @@ -extern alias Full; -using System; +using System; using System.Collections.Generic; using System.Linq; using Crestron.SimplSharp; @@ -8,8 +7,7 @@ using PepperDash.Core; using PepperDash.Essentials.Core; using PepperDash.Essentials.Core.Bridges; using Feedback = PepperDash.Essentials.Core.Feedback; -using JsonConvert = Full::Newtonsoft.Json.JsonConvert; - +using Newtonsoft.Json; namespace PepperDash.Essentials.Devices.Common.Displays {