Microsoft.EntityFrameworkCore.Design (9.0.10)

Published 2026-02-04 09:33:16 +03:30 by kayer

Installation

dotnet nuget add source --name kayer --username your_username --password your_token 
dotnet add package --source kayer --version 9.0.10 Microsoft.EntityFrameworkCore.Design

About this package

Shared design-time components for Entity Framework Core tools.

The Entity Framework Core tools help with design-time development tasks. They're primarily used to manage Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.

The Microsoft.EntityFrameworkCore.Design package is required for either command-line or Package Manager Console-based tooling, and is a dependency of dotnet-ef and Microsoft.EntityFrameworkCore.Tools.

Usage

Install the package into your project and then use either dotnet-ef or Microsoft.EntityFrameworkCore.Tools.

By default, the package will install with PrivateAssets="All" so that the tooling assembly will not be included with your published app. For example:

<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
    <PrivateAssets>all</PrivateAssets>
    <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Getting started with EF Core

See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.

Feedback

If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.

Dependencies

ID Version Target Framework
Microsoft.EntityFrameworkCore.Relational 9.0.10 net8.0
Humanizer.Core 2.14.1 net8.0
Microsoft.Build.Locator 1.7.8 net8.0
Microsoft.CodeAnalysis.CSharp.Workspaces 4.8.0 net8.0
Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0 net8.0
Microsoft.Extensions.DependencyModel 9.0.10 net8.0
Mono.TextTemplating 3.0.0 net8.0
Microsoft.Build.Framework 17.8.3 net8.0
Microsoft.CodeAnalysis.CSharp 4.8.0 net8.0
Microsoft.Extensions.Caching.Memory 9.0.10 net8.0
Microsoft.Extensions.Configuration.Abstractions 9.0.10 net8.0
Microsoft.Extensions.Logging 9.0.10 net8.0
System.Text.Json 9.0.10 net8.0
Details
NuGet
2026-02-04 09:33:16 +03:30
122
Microsoft
300 KiB
Assets (2)
Versions (2) View all
9.0.0 2026-02-20
9.0.10 2026-02-04