← Back
Milan Jovanovic August 12, 2025 8m

I Migrated 40 Projects to Central Package Management in Minutes

Summary

Milan introduces central package management in .NET, a method for simplifying and standardizing package version management across multiple projects. The technique involves creating a directory packages props XML file where package versions can be defined centrally, reducing complexity and repetition in project files. By setting the "manage package version centrally" property to true, developers can manage package references more efficiently and override versions when needed. The approach offers a streamlined way to handle NuGet package versioning in .NET applications, making dependency management more consistent and easier to maintain.

View original episode ↗