Microsoft.EntityFrameworkCore.Tools (7.0.0)
Published 2023-05-05 11:31:26 +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.0 Microsoft.EntityFrameworkCore.Tools
About this package
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.EntityFrameworkCore.Design | 7.0.0 | net6.0 |