Browse Source

Build updates

Ruben 10 months ago
parent
commit
a8002bde40
2 changed files with 2 additions and 4 deletions
  1. 1 4
      src/PicView.Core/PicView.Core.csproj
  2. 1 0
      src/PicView.Tests/PicView.Tests.csproj

+ 1 - 4
src/PicView.Core/PicView.Core.csproj

@@ -23,11 +23,8 @@
   <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="Magick.NET-Q8-OpenMP-x64" Version="14.3.0" />
     <PackageReference Include="SharpCompress" Version="0.38.0" />
     <PackageReference Include="ZString" Version="2.6.0" />
   </ItemGroup>

+ 1 - 0
src/PicView.Tests/PicView.Tests.csproj

@@ -12,6 +12,7 @@
 
   <ItemGroup>
     <PackageReference Include="Avalonia.Headless.XUnit" Version="11.2.3" />
+    <PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
     <PackageReference Include="xunit" Version="2.9.2" />
     <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">