File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ if errorlevel 1 (
99)
1010
1111REM see https://github.com/fsprojects/Paket/issues/3065#issuecomment-367829309
12- powershell -Command {new-itemproperty -path " HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name " SchUseStrongCrypto" -Value 1 -PropertyType " DWord" ;}
13- powershell -Command {new-itemproperty -path " HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name " SchUseStrongCrypto" -Value 1 -PropertyType " DWord" }
12+ REM powershell -Command {new-itemproperty -path "HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";}
13+ REM powershell -Command {new-itemproperty -path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord"}
1414
1515.paket\paket.exe restore
1616if errorlevel 1 (
You can’t perform that action at this time.
0 commit comments