You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
725 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DinkToPdf" Version="1.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Select.HtmlToPdf.NetCore" Version="23.2.0-rc2" />
<PackageReference Include="WkHtmlToPdf" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CustomerOnlineV2.Common\CustomerOnlineV2.Common.csproj" />
</ItemGroup>
</Project>