Update UglyToad.PdfPig.ConsoleRunner target framework to net8

This commit is contained in:
BobLd 2025-01-14 21:58:43 +00:00
parent 1ca52f4d70
commit c60aa57ded

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6</TargetFramework>
<TargetFramework>net8</TargetFramework>
</PropertyGroup>
<ItemGroup>