FubarDevelopment / FtpServer

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

IFtpServerHost could not be found #64

Closed arthurvaverko-kaltura closed 5 years ago

arthurvaverko-kaltura commented 5 years ago

using version 2.2.1 and implementing the getting started example this line will not compile. //Initialize the FTP server var ftpServerHost = serviceProvider.GetRequiredService<IFtpServerHost>();

CS0246 The type or namespace name 'IFtpServerHost' could not be found (are you missing a using directive or an assembly reference?) FtpApiServer D:\Sources\FtpApiServer\Program.cs

arthurvaverko-kaltura commented 5 years ago

nevermind, found the issue. the docs refere to the Beta 3.0.0 version