Browse Source

MagickCopyNativeLinux

Ruben 9 months ago
parent
commit
20fdfcb260
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/PicView.Core/PicView.Core.csproj

+ 3 - 0
src/PicView.Core/PicView.Core.csproj

@@ -23,6 +23,9 @@
   <PropertyGroup Condition="'$(Platform)' == 'arm64'">
     <PlatformTarget>ARM64</PlatformTarget>
   </PropertyGroup>
+  <PropertyGroup>
+    <MagickCopyNativeLinux>true</MagickCopyNativeLinux>
+  </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="14.0.0" />
     <PackageReference Include="SharpCompress" Version="0.38.0" />