Getting the same thing. Cannot package project. Tried to suppress warnings but it doesn’t work. Source build from Github 5.6 release has this problem. Using the latest version of Visual Studio Community 2022. Tried to update the NuGet package fails.
Unreal 5.6 release does not work.
When updating from 14.0 to 14.7 visual studio throws this error,
Could not install package ‘Magick.NET-Q16-HDRI-AnyCPU 14.7.0’. You are trying to install this package into a project that targets ‘native,Version=v0.0’, but the package does not contain any assembly references or content files that are compatible with that framework.
Update,
Ok so I got mine to work. Click the update on right when it pops when opening Visual Studio,Nuget package manager has a huge list of Engine locations that you can select to update. ONLY some of these contain configurations that need updating. Don’t blanket click all of them. Instead just update the ones which contain Magick.NET, these are:
AutomationTool.csproj
AutomationUtils.Automation.csproj
Gauntlet.Automation.csproj
These should not fail when updating from 14.0 to 14.7.
That should fix this bug and allow for turnkey and errors to correct.
I tried to suppress the errors and warnings but only the above method worked. Good luck, let me know if you find anything else out.