EasyAbpGuide
EasyAbpGuide copied to clipboard
Fix getting started section in the README file of modules
- Change
[DependsOn(xxx)]
to[DependsOn(typeof(xxx))]
. - Refer https://github.com/EasyAbp/FileManagement/blob/master/README.md to improve README.md of other repositories.