From 3fad74e595f213671b49b1c600cc45d557708e11 Mon Sep 17 00:00:00 2001 From: jtalborough Date: Wed, 26 Feb 2025 16:27:44 -0500 Subject: [PATCH] fix: update target framework to net8 and bump PepperDashCore version to 2.0.0-alpha-462 --- .../PepperDash.Essentials.Core.csproj | 4 ++-- .../PepperDash.Essentials.Devices.Common.csproj | 4 ++-- src/PepperDash.Essentials/PepperDash.Essentials.csproj | 9 ++++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 6a862299..0eb7d7f9 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -4,7 +4,7 @@ Debug;Release;Debug 4.7.2 - net6;net8 + net8 true bin\$(Configuration)\ PepperDash_Essentials_Core @@ -26,7 +26,7 @@ - + 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 7a0079e7..2b45eb69 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -4,7 +4,7 @@ Debug;Release;Debug 4.7.2 - net6;net8 + net8 true bin\$(Configuration)\ Essentials Devices Common @@ -30,6 +30,6 @@ - + \ No newline at end of file diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index 3360da69..e7eab395 100644 --- a/src/PepperDash.Essentials/PepperDash.Essentials.csproj +++ b/src/PepperDash.Essentials/PepperDash.Essentials.csproj @@ -6,7 +6,7 @@ PepperDash.Essentials PepperDashEssentials - net6;net8 + net8 true $(ProjectDir)bin\$(Configuration)\ PepperDash Essentials @@ -15,6 +15,9 @@ $(Version) false + + Program + full @@ -48,8 +51,8 @@ - - + +