Skip to content

Commit 42ce77f

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents aeda638 + 5cdbbb4 commit 42ce77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powerapps-docs/developer/common-data-service/download-tools-nuget.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You can download tools used in development from NuGet using the powershell scri
4040
1. Copy and paste the following PowerShell script into the PowerShell window and press Enter.
4141

4242
```powershell
43+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4344
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
4445
$targetNugetExe = ".\nuget.exe"
4546
Remove-Item .\Tools -Force -Recurse -ErrorAction Ignore

0 commit comments

Comments
 (0)