Skip to main content
FluentMigrator.Runner.SqlServer package icon

FluentMigrator.Runner.SqlServer

FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.

Total Downloads
38.7M
38,716,666
Published
Jan 14, 2026
Latest stable version

Install

.NET CLI
dotnet add package FluentMigrator.Runner.SqlServer --version 8.0.0
Package Manager Console
Install-Package FluentMigrator.Runner.SqlServer -Version 8.0.0
PackageReference
<PackageReference Include="FluentMigrator.Runner.SqlServer" Version="8.0.0" />

Frameworks

.NETFramework4.8 net8.0 net9.0 net10.0

Dependencies

[8.0.0, )
[8.0.0, )
FluentMigrator
.NETFramework4.8
[8.0.0, )
[6.0.1, )
[8.0.0, )
[8.0.0, )
[8.0.0, )
[6.0.1, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

The published metadata declares 16 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.