How do I download and install Nuget packages with PackageManagement Module? I can't seem to find any packages when I run find-package -Source nuget.org or try to run the install with a package I see on nuget.org. Is there some configuration I am missing?
Asked
Active
Viewed 684 times
0
-
Why are you using nuget.org instead of powershellgallery? – Maximilian Burszley Oct 27 '17 at 20:31
-
1I am dabbling in C# for a specific purpose and wanted to learn the nooks and crannies of package management in pwsh – Monty Harris Oct 27 '17 at 20:33
-
Use `-ProviderName NuGet -Source https://www.nuget.org/packages` – Maximilian Burszley Oct 27 '17 at 20:58