-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPdfGenerator.csproj
More file actions
20 lines (17 loc) · 868 Bytes
/
PdfGenerator.csproj
File metadata and controls
20 lines (17 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="itext" Version="9.2.0" />
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.2.0" />
<PackageReference Include="LuaCSharp" Version="0.4.2" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.18"/>
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="9.0.7" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Sentry.AspNetCore" Version="5.12.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3"/>
</ItemGroup>
</Project>