Is it mandatory for upgrade to EF Core 6 while migrating .NET Core3.1 to .NET 6

1.8k Views Asked by At

I have a asp.net core web api project with .NET Core 3.1 target framework. This project uses Microsoft.EntityFrameworkCore -Version 2.2.6. I migrated the entire web api project from .NET Core 3.1 to .NET Core 6. The project compiled fine including its dependencies without any issues. I did minimum validations and found no issues .I still wanted to know is it mandatory to migrate Microsoft.EntityFrameworkCore from 2.2.6 to 6.0

Can anyone provide their guidance regarding this scenario?

0

There are 0 best solutions below