As part of making .NET SDK reproducible/deterministic, I am working on fixing up nuget packages to be reproducible/deterministic too. NuGet is getting a new API to make this possible: NuGet/Home#14785
Arcade creates nuget packages in src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs via the PackageBuilder API.
How can I consume this very-recent version of NuGet.Client in arcade to get access to the new API?