Build UE 5 Source NuGet Vulnerability Warning, Errors, Fails

“This solution contains packages with vulnerabilities. Manage NuGet Packages"

Installing UE5.4 from source.
Setup.bat > GenerateFiles.bat > project.sh file > set Development / Win64

Warning message on the top right leading to Nuget packages manager.

  • Installing, updating, or uninstalling these Nuget packages in the manager don’t work.
  • Also tried searching the packages via
    Edit > Find & Replace > manually changing the version number (ex: 6.0.3 manually replaced w/ 9.0.3). Don’t work
  • built solution while ignoring results in multitude of errors.

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.