chore: update aliasing for Newtonsoft

MSBuild will now use a target to alias the SimplSharpNewtonsoft
at build time instead of having to alias the Newtonsoft package
This commit is contained in:
Andrew Welker
2023-02-25 11:43:51 -07:00
parent a3e13ecb06
commit 21123f703b
25 changed files with 68 additions and 86 deletions

View File

@@ -1,11 +1,11 @@
extern alias Full;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using Full.Newtonsoft.Json;
using Newtonsoft.Json;
namespace PepperDash.Core
{