We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeda638 + 5cdbbb4 commit 42ce77fCopy full SHA for 42ce77f
powerapps-docs/developer/common-data-service/download-tools-nuget.md
@@ -40,6 +40,7 @@ You can download tools used in development from NuGet using the powershell scri
40
1. Copy and paste the following PowerShell script into the PowerShell window and press Enter.
41
42
```powershell
43
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
44
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
45
$targetNugetExe = ".\nuget.exe"
46
Remove-Item .\Tools -Force -Recurse -ErrorAction Ignore
0 commit comments