Files
TinyInvoice/Server/Server.csproj
Andre Beging de76b1d432 Init
2024-11-06 16:00:26 +01:00

18 lines
396 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="QuestPDF" Version="2024.10.2" />
</ItemGroup>
<ItemGroup>
<None Remove="Invoice.pdf" />
</ItemGroup>
</Project>