Skip to content

Commit

Permalink
Fix using namespace location
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortens4444 committed Oct 6, 2019
1 parent 6a3bc9b commit 967d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentFTP/Client/FtpClient_Hash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
using System.Globalization;
using System.Security.Authentication;
using System.Net;
using FluentFTP.Helpers;
using FluentFTP.Proxy;
#if !CORE
using System.Web;
using FluentFTP.Helpers;
#endif
#if (CORE || NETFX)
using System.Threading;
Expand Down

0 comments on commit 967d87b

Please sign in to comment.