When downloading assets using WebClient.DownloadFile, following exception occurs:
System.Net.WebException: Die Anfrage wurde abgebrochen: The request was aborted: Could not create SSL/TLS secure channel.
Changing the target framework from .NET Framework 4.5 to at least .NET Framework 4.6 might solve this issue.