Centrally Managing NuGet package versions (CPVM)
Written by Marcin Krystianc, Open Source Software Developer CPVM (“Central Package Version Management”) is a NuGet feature that simplifies the package version management. Instead of specifying the version of a package each time it is being referenced in a project file, versions of all packages are specified only once in a single `Directory.Packages.props` file. Moving […]
Read article