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 ed5e831 + d88d1f9 commit 5cdbbb4Copy full SHA for 5cdbbb4
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