ngs-doo / revenj

DSL Platform compatible backend
https://dsl-platform.com
BSD 3-Clause "New" or "Revised" License
268 stars 44 forks source link

Use SslStream because Mono is not .NET Core compatible #186

Closed Kobus-Smit closed 2 years ago

Kobus-Smit commented 2 years ago

For .NET Standard, use System.Net.Security.SslStream rather than Mono.Security.Protocol.Tls.SslClientStream because Mono.Security is not .NET Core compatible.