Add device detection and PDF generation features; refactor AuthDialog and update print utilities
This commit is contained in:
@@ -19,10 +19,14 @@
|
||||
<PackageReference Include="Mapster" Version="7.4.0" />
|
||||
<PackageReference Include="Grpc.Net.Client.Web" Version="2.71.0" />
|
||||
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.71.0" />
|
||||
<!-- HTML to PDF for .NET Core using PdfSharpCore -->
|
||||
<PackageReference Include="PdfSharpCore" Version="1.3.56" />
|
||||
<PackageReference Include="HtmlRendererCore.PdfSharpCore" Version="1.0.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Components\" />
|
||||
<Folder Include="Components" />
|
||||
<Folder Include="Utilities/Pdf" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user