fix: update project file to target net8 framework exclusively

This commit is contained in:
jtalborough
2025-02-26 13:57:35 -05:00
parent 4143e1664c
commit 7907f1afe3

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<RootNamespace>PepperDash.Core</RootNamespace>
<AssemblyName>PepperDashCore</AssemblyName>
<TargetFrameworks>net6;net8</TargetFrameworks>
<TargetFramework>net8</TargetFramework>
<Deterministic>true</Deterministic>
<NeutralLanguage>en</NeutralLanguage>
<OutputPath>bin\$(Configuration)\</OutputPath>