gordon-matt / peachpie-responsive-file-manager

Responsive File Manager running on .NET Core with Peachpie
24 stars 16 forks source link

Not working in .NETFramework,Version=v4.6.1 #19

Closed Surenthiran closed 3 years ago

Surenthiran commented 3 years ago

Could not install package 'ResponsiveFileManager.AspNetCore 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

gordon-matt commented 3 years ago

This file manager is for .NET Core only.. not the old .NET Framework. However, you can use my old project for MVC 5: ResponsiveFileManagerMVC