mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 04:26:31 +00:00
fix: removed Newtonsoft.JSON full and aliases
This commit is contained in:
parent
beb8e533bb
commit
aa0e4b707c
24 changed files with 50 additions and 163 deletions
|
|
@ -1,15 +1,9 @@
|
|||
extern alias Full;
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
using Full.Newtonsoft.Json;
|
||||
using Full.Newtonsoft.Json.Linq;
|
||||
using Crestron.SimplSharp;
|
||||
using Crestron.SimplSharp.CrestronIO;
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using PepperDash.Core;
|
||||
|
||||
namespace PepperDash.Core.Config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue