Skip to content

Commit a2dc7fb

Browse files
Merge pull request #12 from sivakumars3442/master
931506: Upgrade of FTP Service Dependencies with Latest Frameworks.
2 parents 3c75bad + 995b8a6 commit a2dc7fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Models/FTPFileProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Syncfusion.EJ2.FileManager.FTPFileProvider
1414
{
15-
public class FTPFileProvider : IFTPFileProviderBase
15+
public class FTPFileProvider
1616
{
1717
protected string HostName;
1818
protected string RootPath;

Syncfusion.EJ2.FileManager.FTPFileProvider.AspNet.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="20.4.0.43" />
12+
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)