From 4a2c9fe31188e6fa4948e4d472c81b08d291ad2a 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 BREAKING CHANGE: Target Framework is now .NET 8: --- .../PepperDash.Essentials.Core.csproj | 2 +- .../PepperDash.Essentials.Devices.Common.csproj | 2 +- src/PepperDash.Essentials/PepperDash.Essentials.csproj | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 5087ac20..a474d8c3 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -3,7 +3,7 @@ Debug;Release;Debug 4.7.2 - net6;net8 + net8 true true bin\$(Configuration)\ 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 ec3a1d70..d1776f73 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -3,7 +3,7 @@ Debug;Release;Debug 4.7.2 - net6;net8 + net8 true bin\$(Configuration)\ Essentials Devices Common diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index 9150191d..c8a4dc7e 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 @@ -14,6 +14,9 @@ $(Version) false + + Program + full