Open davidobrien1985 opened 9 years ago
Since WMF 5 includes the OneGet and PowerShellGet modules and they can bootstrap NuGet via Install-PackageProvider NuGet -MinimumVersion '2.8.5.201' -Force Import-PackageProvider NuGet -MinimumVersion '2.8.5.201' -Force Set-PSRepository -InstallationPolicy Trusted -Name PSGallery
does this class need its own method for that, or is this just a wrapper function to do the same?
Get-PackageProvider -Name NuGet -ForceBootstrap