diff options
Diffstat (limited to 'crypto/src/tls/TlsStream.cs')
-rw-r--r-- | crypto/src/tls/TlsStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/TlsStream.cs b/crypto/src/tls/TlsStream.cs index e6afd1869..af2ab3e11 100644 --- a/crypto/src/tls/TlsStream.cs +++ b/crypto/src/tls/TlsStream.cs @@ -1,7 +1,7 @@ using System; using System.IO; -using System.Threading; #if NETCOREAPP1_0_OR_GREATER || NET45_OR_GREATER || NETSTANDARD1_0_OR_GREATER +using System.Threading; using System.Threading.Tasks; #endif |