dotnet-ef (7.0.3)
Published 2023-05-05 11:25:57 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 7.0.3 dotnet-ef
About this package
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update