From 68a47f6890c8604c5db15cc5b15f90170a2356f1 Mon Sep 17 00:00:00 2001 From: drieseng Date: Thu, 31 Dec 2020 13:27:49 +0100 Subject: [PATCH] Workaround 'Could not create SSL/TLS secure channel' issue due to TLS 1.1 being the default on earlier versions of .NET. --- build/build.proj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/build.proj b/build/build.proj index db51d8667..40ef012b6 100644 --- a/build/build.proj +++ b/build/build.proj @@ -222,6 +222,10 @@