.NET has added a packages.lock.json capability to NuGet. This will allow us to make builds more repeatable without worrying about underlying package versions changing between builds.
This should be added to shared components first, and then to the API projects.
.NET has added a
packages.lock.jsoncapability to NuGet. This will allow us to make builds more repeatable without worrying about underlying package versions changing between builds.This should be added to shared components first, and then to the API projects.