chore!: remove .NET 6 support for v2.0.0

BREAKING_CHANGE: remove .NET 6 support for v2.0.0
This commit is contained in:
Andrew Welker
2025-03-05 13:26:50 -06:00
parent 7a2b2eece6
commit b398e73024
4 changed files with 3 additions and 435 deletions

View File

@@ -4,7 +4,7 @@
<Configurations>Debug;Release;Debug 4.7.2</Configurations>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net472;net6</TargetFrameworks>
<TargetFramework>net472</TargetFramework>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AssemblyName>PepperDash_Essentials_Core</AssemblyName>