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

javascript to get the all site user in sharepoint 2010 (Getting all Site users using Client Object Model)

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