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.
1 parent 1f1d5b6 commit a7e5418Copy full SHA for a7e5418
install/install.ps1
@@ -1,3 +1,5 @@
1
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2
+
3
# Create a temporary folder to download to.
4
$tempFolder = Join-Path $env:TEMP "dotnet-script"
5
New-Item $tempFolder -ItemType Directory -Force
0 commit comments