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