FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
474 stars 161 forks source link

.NET Standard Compatibility #27

Closed yulia-d closed 6 years ago

yulia-d commented 6 years ago

Any plans to make this .NET Standard Compatible?

fubar-coder commented 6 years ago

A .NET Standard compatible version is in the release/2.0.0 branch. I'm hesitant to release it without testing it properly. Would you be willing to test it if I'd release it as beta version on nuget.org?

yulia-d commented 6 years ago

Unfortunately, no time for that at the moment... But thanks for the reply!

yulia-d commented 6 years ago

On the other hand, in case I'll get to it eventually, maybe you can do that, i.e. release the beta? Besides, perhaps there'll be others who'll jump on it? This library appears the only reputable one on NuGet that provides server functionality...

fubar-coder commented 6 years ago

I released 2.0.0-beta.36. This release supports the following target frameworks:

Changes:

Please leave a note when you were able to test it.

To do: Documentation...

fubar-coder commented 6 years ago

2.0 is released and documentation is available. There is also a quickstart tutorial.