From dafc0366aafe4b44cd3fcc920f8e11b885c29fea Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 28 Dec 2023 12:03:00 -0600 Subject: [PATCH] build: add `net6` target Using the SDK stlye project, it is fairly easy to target multiple frameworks. For support here, a Crestron package update was necessary, but targeting both .NET6 & .NET Framework 4.7.2 is possible. This should allow us to support .NET 6 on 4-series processors, while still supporting .NET Framework 4.7.2 on VC-4. --- src/Pepperdash Core/PepperDash_Core.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pepperdash Core/PepperDash_Core.csproj b/src/Pepperdash Core/PepperDash_Core.csproj index 845577b..3fe8257 100644 --- a/src/Pepperdash Core/PepperDash_Core.csproj +++ b/src/Pepperdash Core/PepperDash_Core.csproj @@ -2,7 +2,7 @@ PepperDash.Core PepperDashCore - net472 + net472;net6 false en bin\$(Configuration)\ @@ -30,7 +30,7 @@ - + Full