VS Binary Module Tip: PowerShell 5.0 SDK Reference Assemblies – Nuget
Posted onPowerShell 5.0 SDK Reference Assemblies is available in NuGet. If you are building binary modules you can add the references from Visual Studio just by executing the below command in NPM Console
1 |
Install-Package Microsoft.PowerShell.5.ReferenceAssemblies -Verbose |
In the NPM UI we can get it in one go – By Clicking Install Cool, its easy to add the reference […]