fix: update target frameworks and package references; change culture to InvariantCulture

This commit is contained in:
jtalborough
2025-02-25 19:17:34 -05:00
parent d6f7a12eb9
commit 2138a29b31
5 changed files with 18 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<Configurations>Debug;Release;Debug 4.7.2</Configurations>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net472;net6</TargetFrameworks>
<TargetFrameworks>net6;net8</TargetFrameworks>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AssemblyName>Essentials Devices Common</AssemblyName>
@@ -30,6 +30,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Crestron.SimplSharp.SDK.ProgramLibrary" Version="2.21.90" />
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-455" />
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-458" />
</ItemGroup>
</Project>