Update UglyToad.PdfPig.ConsoleRunner target framework to net8
Some checks failed
Build and test / build (push) Has been cancelled
Run Integration Tests / build (push) Has been cancelled

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

View File

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