phase1-ef65-upgrade
EF 6.2 to EF 6.5 upgrade
This codemod package automates the migration of Entity Framework 6.2 to 6.5 by upgrading XML configurations across the repository.
What it does
- Bumps
EntityFrameworkandEntityFramework.SqlServerCompactversions inpackages.config. - Updates
<TargetFrameworkVersion>tov4.6.2in.csprojfiles. - Upgrades
bindingRedirectversions for EntityFramework inweb.configandapp.config.
How to run
bash