pixelmap/compressor - added support for pbm P4

moved to .net 8.0
This commit is contained in:
Marco Giuntoni
2024-05-11 10:31:24 +02:00
parent 035652d292
commit c6954071c8
3 changed files with 144 additions and 35 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ComicCompressor</RootNamespace>
<OutputName>ComicCompress</OutputName>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>