From cdafaf758606694cf5263c2d2792df738453ea98 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 25 Mar 2025 22:54:47 -0500 Subject: [PATCH] build(force-patch): remove cplz generation CPLZs are not required for using Essentials as a dependency, and just adds noise that's not required. --- .../PepperDash.Essentials.Core.csproj | 1 - .../PepperDash.Essentials.Devices.Common.csproj | 1 - .../PepperDash.Essentials.MobileControl.Messengers.csproj | 3 --- 3 files changed, 5 deletions(-) diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 36c887ed..b31ce8c6 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -1,6 +1,5 @@  - ProgramLibrary Debug;Release;Debug 4.7.2 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 57d0b67c..966d778f 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -1,6 +1,5 @@  - ProgramLibrary Debug;Release;Debug 4.7.2 diff --git a/src/PepperDash.Essentials.MobileControl.Messengers/PepperDash.Essentials.MobileControl.Messengers.csproj b/src/PepperDash.Essentials.MobileControl.Messengers/PepperDash.Essentials.MobileControl.Messengers.csproj index 0990c65d..cc619d5b 100644 --- a/src/PepperDash.Essentials.MobileControl.Messengers/PepperDash.Essentials.MobileControl.Messengers.csproj +++ b/src/PepperDash.Essentials.MobileControl.Messengers/PepperDash.Essentials.MobileControl.Messengers.csproj @@ -1,7 +1,4 @@  - - ProgramLibrary - PepperDash.Essentials.AppServer net472