c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
asp.net MVC

How to update nuget package manager?

| | ASP-NET , MVC

Go to tool menu in visual studio and select Library package manager and click Package manager console. If you want to check whether new updates are available for the installed package then, 

PM->Get-Package –Updates

 

If you wanted to update the specific package, enter Update package with package Id. For example here I am updating jQuery package, 

PM->Update-Package jQuery

If you entered command without any parameter it will update every package installed in your project. For more help enter,  

PM->get-help update-package