Info
Version: | 0.19.4.1-preview1 |
Author(s): | NeuCharFramework |
Last Update: | Thursday, September 12, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NeuCharFramework/NcfPackageSources |
NuGet Url: | https://www.nuget.org/packages/Senparc.Ncf.DatabasePlant |
Install
Install-Package Senparc.Ncf.DatabasePlant
dotnet add package Senparc.Ncf.DatabasePlant
paket add Senparc.Ncf.DatabasePlant
Senparc.Ncf.DatabasePlant Download (Unzip the "nupkg" after downloading)
Dependencies
- Senparc.Ncf.Core(>= 0.6.1041)
- Senparc.Ncf.Database.MySql(>= 0.6.1031)
- Senparc.Ncf.Database.SqlServer(>= 0.6.1031)
- Senparc.Ncf.Database(>= 0.6.1031)
- Senparc.Ncf.Log(>= 0.6.1031)
- Senparc.Ncf.Utility(>= 0.6.1031)
- Senparc.Ncf.XncfBase(>= 0.6.1041)
- AutoMapper(>= 7.0.1)
- AutoMapper.Extensions.Microsoft.DependencyInjection(>= 5.0.1)
- Microsoft.EntityFrameworkCore(>= 3.1.6)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.6)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.6)
- Microsoft.EntityFrameworkCore.Sqlite(>= 3.1.6)
- Pomelo.EntityFrameworkCore.MySql(>= 3.1.2)
- Senparc.CO2NET(>= 1.3.200)
Tags
一般只在开发环境下对数据库修改时使用,因此可以添加条件编译符号,如:
<PackageReference Condition=" 'Release' != 'Release' " Include="Senparc.Ncf.DatabasePlant" Version="0.2.200.102-beta1" />.