Added .NET Framework 4 target for application
Update ErrorCodes.cs, NibblePoker.Application.ListComPort.csproj, and 2 more files...
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
|
||||
<TargetFrameworks>net40;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
|
||||
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Nullable>disable</Nullable>
|
||||
|
||||
<RootNamespace>NibblePoker.Application.ListComPort</RootNamespace>
|
||||
<AssemblyName>NibblePoker.Application.ListComPort</AssemblyName>
|
||||
<AssemblyVersion>4.0.0</AssemblyVersion>
|
||||
@@ -14,8 +16,6 @@
|
||||
<IsPackable>false</IsPackable>
|
||||
<Authors>Herwin Bozet (@NibblePoker)</Authors>
|
||||
<ApplicationIcon>..\NibblePoker.Packaging.ListComPort\Icons\lscom-v2-text-01.ico</ApplicationIcon>
|
||||
<Configurations>Release</Configurations>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user