Quantcast
Viewing all articles
Browse latest Browse all 3693

New Post: Magick.NET.Core is not compatible with UWP app

I am developing an UWP app with following information:
  • Target: Universal Windows
  • Target Version: Windows 10 (10.0; Build 10586)
I tried to install Magick.NET.Core-Q8 (Version: 7.0.0.103) to my app by using Nuget Package Manager but I got these error messages:
Restoring packages for 'EditPhotoUWP'.
Restoring packages for D:\WorkSpace\Visual Studio\EditPhotoUWP\EditPhotoUWP\project.json...
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0.
Some packages are not compatible with UAP,Version=v10.0.
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0 (win10-arm).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0 (win10-x86).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0 (win10-x64).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
Magick.NET.Core-Q8 7.0.0.103 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
Package restore failed for 'EditPhotoUWP'.
Package restore failed. Rolling back package changes for 'EditPhotoUWP'.
Does Magick.NET support UWP apps? If not, are there any ways to use this library in an UAP app?

Viewing all articles
Browse latest Browse all 3693

Trending Articles