Added .net 7 and .net 8 targets, Fixed bug in args parsing, Removed debug builds & drone config, Updated dependencies

Update .drone.yml, .gitignore, and 4 more files...
This commit is contained in:
2024-05-24 00:08:50 +02:00
parent 2bf8401f51
commit 20052c3fb4
6 changed files with 20 additions and 35 deletions
@@ -2,18 +2,20 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>NibblePoker.Application.ListComPort</RootNamespace>
<AssemblyName>NibblePoker.Application.ListComPort</AssemblyName>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<Version>4.0.0</Version>
<NeutralLanguage>en-001</NeutralLanguage>
<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>
@@ -21,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NibblePoker.Library.Arguments" Version="1.1.0" />
<PackageReference Include="NibblePoker.Library.Arguments" Version="2.0.0" />
</ItemGroup>
<ItemGroup>