In the Getting Started documentation for the Blazor FileManager, you've recommended Syncfusion.Blazor.FileManager as the package needed for the component.
However in the Controller sample part of the documentation-
Initialize the service in controller
https://blazor.syncfusion.com/documentation/file-manager/getting-started#initialize-the-service-in-controller
You use two additional namespaces;
using Syncfusion.EJ2.FileManager.Base;
//File Manager's operations are available in the below namespace
using Syncfusion.EJ2.FileManager.PhysicalFileProvider;
Which are not part of
Syncfusion.Blazor.FileManager.
Which package(s) are needed to support those namespaces?
On a guess, I've added SyncFusion.EJ2.AspNet.Core, which works - however based on the description ( 70+ controls ) that seems like significant overkill?
Which package(s) should I have installed?