Hi @patrick-tessier_4584 FYI, dotnet nuget and nuget.exe are effectively the same thing - they both invoke the NuGet CL.. The nuget.exe is a standalone version of the CLI and dotnet nuget is part of the .NET SDK. The issue is that your copy of nuget.exe was ancient and didn't work. Cheers, Steve