SSW Foursquare

Do you regularly update your dependencies in NuGet?

Last updated by AdamStephensen over 11 years ago.See history

ASP.NET MVC makes good use of NuGet for managing its dependencies, however these dependencies can easily get out of date.

When you begin a new MVC project, there are often many dependencies that already have updated versions.

You should immediately update your NuGet dependencies in the NuGet Package Manager after starting an MVC project. You should also frequently check for new updates during development so you’re not working with out of date versions.

nuget updates
NuGet updates screen
Figure: Even after starting a brand new project, NuGet shows a lot of required updates!

We open source. Powered by GitHub