Open
Description
We currently store the version of dependent NuGet packages centrally in Directory.Build.props
using placeholder variables. This works, but when updating a package reference, the placeholder gets replaced with a hardcoded version. This requires a manual correction step.
A better solution is to instead use Directory.Packages.props, which works by leaving out the version from the package references in project files.