= German =
Der Ordner "https" beinhaltet alle ThirdParty Assemblies die in einer Server Anwendung
für HTTPS benötigt werden. Beachten Sie, dass anstelle dieser Assemblies auch die
folgenden NuGet-Pakete in Ihr Projekt eingebunden werden können:
- Microsoft.AspNetCore.Server.Kestrel.Https, Version=1.1.3
- libuv, Version=1.9.2 (keine .NET Assembly, deshalb zur Anwendung kopieren)

Werden die ThirdParty Assemblies aus dem "https" Ordner verwendet, muss die Datei
"libuv.dll" aus dem entsprechend Verzeichnis (je nach Architektur) zur Anwendung
kopiert werden.

= English =
The directory "https" contains all ThridParty assemblies required in server applications
to use HTTPS. Please note that you can reference the following NuGet pacakges instead of
referencing all these assemblies:
- Microsoft.AspNetCore.Server.Kestrel.Https, Version=1.1.3
- libuv, Version=1.9.2

If the ThirdParty Assemblies from the "https" folder are used, the file "libuv.dll"
must be copied from the corresponding directory (depending on the architecture)
to the application.
