mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
chore: remove references to full Newtonsoft package
This commit is contained in:
parent
0a9ba77bb7
commit
b74755c825
67 changed files with 170 additions and 171 deletions
|
|
@ -1,4 +1,4 @@
|
|||
extern alias Full;
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -14,7 +14,7 @@ using PepperDash.Essentials.Devices.Common.Codec;
|
|||
using System.Text.RegularExpressions;
|
||||
using Crestron.SimplSharp.Reflection;
|
||||
|
||||
using Full.Newtonsoft.Json;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.Cameras
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue