Skip to content

Instantly share code, notes, and snippets.

@GabrielMMelo
Created February 11, 2021 12:52
Show Gist options
  • Save GabrielMMelo/80e37eacb6c9deeb08aad2dcddbac2c8 to your computer and use it in GitHub Desktop.
Save GabrielMMelo/80e37eacb6c9deeb08aad2dcddbac2c8 to your computer and use it in GitHub Desktop.
Update Nuget Provider for Powershell
# answered by Luis Gouveia, Apr 7 '20 at 10:45
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-PackageProvider -Name NuGet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment