Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ uid: core/managing-schemas/migrations/projects

# Using a Separate Migrations Project

You may want to store your migrations in a different project than the one containing your `DbContext`. You can also use this strategy to maintain multiple sets of migrations, for example, one for development and another for release-to-release upgrades.
You may want to store your migrations in a different project than the one containing your `DbContext`. This is recommended if your project is platform-specific, since EF tools don't support these projects. You can also use this strategy to maintain multiple sets of migrations, for example, one for development and another for release-to-release upgrades.

> [!TIP]
> You can view this article's [sample on GitHub](https://github.com/dotnet/EntityFramework.Docs/tree/main/samples/core/Schemas/ThreeProjectMigrations).
Expand Down