Info
Version: | 4.1.4 |
Author(s): | Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan, Szilard David |
Last Update: | Monday, September 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/szilarddavid/DbUp.OnChange |
NuGet Url: | https://www.nuget.org/packages/dbup.onchange-core |
Install
Install-Package dbup.onchange-core
dotnet add package dbup.onchange-core
paket add dbup.onchange-core
dbup.onchange-core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
- Microsoft.CSharp(>= 4.4.0)
- NETStandard.Library(>= 1.6.1)
- System.Data.Common(>= 4.3.0)
- System.Diagnostics.TraceSource(>= 4.3.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Linq.Expressions(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- Microsoft.CSharp(>= 4.4.0)
- System.Diagnostics.TraceSource(>= 4.3.0)
This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql).