Info
Version: | 6.0.0 |
Author(s): | Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan |
Last Update: | Monday, September 30, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dbup.github.io/ |
NuGet Url: | https://www.nuget.org/packages/dbup-core |
Install
Install-Package dbup-core
dotnet add package dbup-core
paket add dbup-core
dbup-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).