Skip to content

Commit

Permalink
use NET45 instead of NET45PLUS
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Jan 14, 2022
1 parent 123b8bc commit 9ee3456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentFTP/Client/FtpClient_Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ public bool PlainTextEncryption {
}
#endif

#if CORE || NET45PLUS
#if CORE || NET45
private SslProtocols m_SslProtocols = SslProtocols.Tls12 | SslProtocols.Tls11 | SslProtocols.Tls;
#else
private SslProtocols m_SslProtocols = SslProtocols.Default;
Expand Down

0 comments on commit 9ee3456

Please sign in to comment.