Add Nuget Package for All projects in a Solution using console.

Use below command to add Nuget package for all projects in a Visual studio solution.



 Get-Project -all | ForEach-Object {Install-Package Microsoft.SharePoint.dll -Version 14.0.0 -project $_.Name}

Comments

Popular posts from this blog

SharePoint 2010: JavaScript Code To Check if user exists in a group (ECMA)

How to copy DLLs from GAC.