Created
February 11, 2021 12:52
-
-
Save GabrielMMelo/80e37eacb6c9deeb08aad2dcddbac2c8 to your computer and use it in GitHub Desktop.
Update Nuget Provider for Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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