Skip to content
Merged
Changes from 1 commit
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-specifc, 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.
Comment thread
AndriySvyryd marked this conversation as resolved.
Outdated
Comment thread
AndriySvyryd marked this conversation as resolved.
Outdated

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