I am developing an UWP app with following information:
- Target: Universal Windows
-
Target Version: Windows 10 (10.0; Build 10586)
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?