* Change `[DependsOn(xxx)]` to `[DependsOn(typeof(xxx))]`. * Refer https://github.com/EasyAbp/FileManagement/blob/master/README.md to improve README.md of other repositories.
[DependsOn(xxx)]to[DependsOn(typeof(xxx))].