From 35450bd5615a092da65be6bb23ed5c48f8e54072 Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Wed, 30 Nov 2022 01:39:23 -0800 Subject: [PATCH] Upgrade Magick.NET to latest (#1230) --- .../QuickLook.Plugin.ImageViewer.csproj | 19 +++++++++++++------ .../packages.config | 6 +++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj index e90112c..28389d1 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/QuickLook.Plugin.ImageViewer.csproj @@ -62,14 +62,14 @@ .\LibAPNG.dll - - ..\..\packages\Magick.NET-Q8-AnyCPU.8.4.0\lib\net20\Magick.NET-Q8-AnyCPU.dll + + ..\..\packages\Magick.NET-Q8-AnyCPU.12.2.1\lib\netstandard20\Magick.NET-Q8-AnyCPU.dll - - ..\..\packages\Magick.NET.Core.8.4.0\lib\net20\Magick.NET.Core.dll + + ..\..\packages\Magick.NET.Core.12.2.1\lib\netstandard20\Magick.NET.Core.dll - - ..\..\packages\Magick.NET.SystemWindowsMedia.4.0.9\lib\net40\Magick.NET.SystemWindowsMedia.dll + + ..\..\packages\Magick.NET.SystemWindowsMedia.6.1.2\lib\net462\Magick.NET.SystemWindowsMedia.dll @@ -132,4 +132,11 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/packages.config b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/packages.config index af2dcf0..22dc056 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/packages.config +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file