[fix:] pdfsharp integration
This commit is contained in:
+5
-2
@@ -19,9 +19,12 @@
|
||||
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Lucide.Avalonia" Version="0.1.35"/>
|
||||
<PackageReference Include="PdfSharp" Version="6.2.4"/>
|
||||
<!-- <PackageReference Include="PdfSharp.System" Version="6.2.4"/> -->
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- <ItemGroup>
|
||||
<Reference Include="PdfSharp">
|
||||
<HintPath>lib/pdfsharp/PdfSharp.dll</HintPath>
|
||||
<Private>true</Private>
|
||||
@@ -34,7 +37,7 @@
|
||||
<HintPath>lib/pdfsharp/Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
|
||||
<Private>true</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
</ItemGroup> -->
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="res\logo.ico"/>
|
||||
|
||||
Reference in New Issue
Block a user