Use the LibAPNG NuGet package instead of a hint path reference
build / build (push) Has been cancelled
build / publish (push) Has been cancelled

This commit is contained in:
ema
2026-04-30 10:41:08 +08:00
parent b8f5e29a3b
commit 38246bea17
4 changed files with 21 additions and 179 deletions
@@ -100,6 +100,9 @@
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="QuickLook.LibAPNG" Version="0.3.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" '$(DefineConstants)' != '' and $(DefineConstants.Contains('USESVGSKIA')) ">
@@ -109,9 +112,6 @@
</ItemGroup>
<ItemGroup>
<Reference Include="LibAPNG">
<HintPath>.\LibAPNG.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>