Fix attempt 2.

This commit is contained in:
Pieter-Jan Briers
2019-08-30 18:34:07 +02:00
parent 12e635a411
commit 1645cb2dd0

View File

@@ -305,7 +305,7 @@ namespace SS14.Launcher
return $"SS14.Client_{platform}_x64.zip"; return $"SS14.Client_{platform}_x64.zip";
} }
[Conditional("NET_FRAMEWORK")] [Conditional("NETFRAMEWORK")]
private static void FixTlsVersions() private static void FixTlsVersions()
{ {
// So, supposedly .NET Framework 4.7 is supposed to automatically select sane TLS versions. // So, supposedly .NET Framework 4.7 is supposed to automatically select sane TLS versions.