Files
ExperionCrawler/dxf-graph/extract_pdf.csproj
2026-05-08 17:22:10 +09:00

12 lines
324 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PdfPig" Version="0.1.9" />
</ItemGroup>
</Project>