DbMigrator.Core
1.0.1
.NET Framework 4.7.2
dotnet add package DbMigrator.Core --version 1.0.1
NuGet\Install-Package DbMigrator.Core -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DbMigrator.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbMigrator.Core --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DbMigrator.Core, 1.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DbMigrator.Core as a Cake Addin
#addin nuget:?package=DbMigrator.Core&version=1.0.1
// Install DbMigrator.Core as a Cake Tool
#tool nuget:?package=DbMigrator.Core&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Database migrator based on DbUp
Product | Versions |
---|---|
.NET Framework | net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Dapper (>= 2.0.35)
- dbup-postgresql (>= 4.3.0)
- Microsoft.Extensions.Configuration (>= 3.1.3)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.3)
- Microsoft.Extensions.Configuration.Json (>= 3.1.3)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.0.0)
- Microsoft.Extensions.Primitives (>= 3.1.3)
- Npgsql (>= 4.0.2)
- Serilog (>= 2.7.1)
- Serilog.Settings.Configuration (>= 3.1.0)
- Serilog.Sinks.PostgreSQL (>= 2.1.0)
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
- System.Threading.Tasks.Extensions (>= 4.5.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Minor fixes.