NuGet issues when moving to VS 17.14.40

Hi,

Moved to VS 17.14.10 and now see a couple of issues

Warning As Error: Package ‘Magick.NET-Q16-HDRI-AnyCPU’ 14.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA\-vmhh\-8rxq\-fp9g

Package ‘Magick.NET-Q16-HDRI-AnyCPU’ 14.0.0 has a known high severity vulnerability, https://github.com/advisories/GHSA\-vmhh\-8rxq\-fp9g

Thanks,

Simon

You can use the dotnet command to update:

`dotnet remove package Magick.NET-Q16-HDRI-AnyCPU

dotnet add package Magick.NET-Q16-HDRI-AnyCPU --version 14.7.0`Or refer to my modifications. Set it up manually:

[Image Removed]Finally re-execute it once more: GenerateProjectFiles.bat

Thank you for quick response.

Updating the .csproj will do the same as using the dotnet update?

Thanks,

Simon

Hi,

Yes, they’re the same. ​

The dotnet commands simply automate the process a bit more.

thank you.

Hi,

Thanks for reporting, we upgraded it on CL 44305997 (https://github.com/EpicGames/UnrealEngine/commit/a967190c4caee9dedc834d89f3c322cc356d6f30) on UE5/Main and it was merged to UE 5.6 at CL 44311406 (https://github.com/EpicGames/UnrealEngine/commit/70d55c2e28617f79543422b72555f916b6fed920\). You can merge it right away, it will also be part of UE 5.6.1

Regards,

Patrick

Thank you Patrick.

All good can close.