Skip to content

Commit d88d1f9

Browse files
committed
Added support for TLS 1.2
1 parent 2d798b0 commit d88d1f9

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)