lightcoder
lightcoder

Reputation: 53

EF Core Power Tools - Missing EF Core 5 Version

I am using .NET core 5 and entity framework core 5 version in my project and to generate dB Context I am using EF Core Power Tools but the problem is this tool is not showing me EF Core 5 version in the selection. please refer to the below screenshot

enter image description here

Upvotes: 2

Views: 1777

Answers (1)

ErikEJ
ErikEJ

Reputation: 41769

EF Core 5 is no longer supported. If you really need support and are not able to update to EF Core 6 please contact me via the Github repository and I can provide an unsupported version of the tool that works with EF core 5.

Upvotes: 1

Related Questions