Bbijoabraham

phase1-ef65-upgrade

Automates EF 6.1.3 to EF 6.5 XML configurations

transformationmigration
Public
0 executions

Run locally

npx codemod phase1-ef65-upgrade

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 EntityFramework and EntityFramework.SqlServerCompact versions in packages.config.
  • Updates <TargetFrameworkVersion> to v4.6.2 in .csproj files.
  • Upgrades bindingRedirect versions for EntityFramework in web.config and app.config.

How to run

bash

Ready to contribute?

Build your own codemod and share it with the community.