From 01d9b3e851e574a1ec0bac52b83c9807d64d213b Mon Sep 17 00:00:00 2001 From: Andrew Knous Date: Thu, 20 Feb 2025 22:43:40 -0500 Subject: [PATCH] feat: updates crestron libraries to 2.21.90, adds Newtonsoft.Json for net6 --- src/PepperDash.Essentials.Core/Global/Scheduler.cs | 2 +- .../PepperDash.Essentials.Core.csproj | 7 +++++-- .../PepperDash.Essentials.Devices.Common.csproj | 9 ++++++--- .../VideoCodec/VideoCodecBase.cs | 2 +- src/PepperDash.Essentials/PepperDash.Essentials.csproj | 9 ++++++--- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Global/Scheduler.cs b/src/PepperDash.Essentials.Core/Global/Scheduler.cs index e226ce5c..6a393981 100644 --- a/src/PepperDash.Essentials.Core/Global/Scheduler.cs +++ b/src/PepperDash.Essentials.Core/Global/Scheduler.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; using Crestron.SimplSharp; -using Crestron.SimplSharp.Reflection; +//using Crestron.SimplSharp.Reflection; using Crestron.SimplSharp.Scheduler; using PepperDash.Core; diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 900bfc23..a955ba37 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -25,8 +25,11 @@ pdbonly - - + + + + + diff --git a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj index d87662fb..062b5970 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -28,8 +28,11 @@ - - - + + + + + + \ No newline at end of file diff --git a/src/PepperDash.Essentials.Devices.Common/VideoCodec/VideoCodecBase.cs b/src/PepperDash.Essentials.Devices.Common/VideoCodec/VideoCodecBase.cs index 0f706b7a..6dd7e784 100644 --- a/src/PepperDash.Essentials.Devices.Common/VideoCodec/VideoCodecBase.cs +++ b/src/PepperDash.Essentials.Devices.Common/VideoCodec/VideoCodecBase.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using Crestron.SimplSharp.CrestronIO; -using Crestron.SimplSharp.Reflection; +//using Crestron.SimplSharp.Reflection; using Crestron.SimplSharpPro.DeviceSupport; using Crestron.SimplSharp; using PepperDash.Core; diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index 68cdf106..f1ac0842 100644 --- a/src/PepperDash.Essentials/PepperDash.Essentials.csproj +++ b/src/PepperDash.Essentials/PepperDash.Essentials.csproj @@ -47,9 +47,12 @@ Always - - - + + + + + +