PdfPig/tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj
BobLd 92d3439465
Some checks failed
Build and test / build (push) Has been cancelled
Run Integration Tests / build (push) Has been cancelled
Update UglyToad.PdfPig.ConsoleRunner target framework to net8
2025-01-14 22:00:18 +00:00

14 lines
313 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net8</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj" />
</ItemGroup>
</Project>