A .NetCore CLI tool to enable EF6 migrations in an Asp.Net Core app.
Info
Version: | 2.1.0 |
Author(s): | Mohammad Rahhal @mrahhal |
Last Update: | Monday, June 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mrahhal/Migrator.EF6 |
NuGet Url: | https://www.nuget.org/packages/Migrator.EF6.Tools |
Install
Install-Package Migrator.EF6.Tools
dotnet add package Migrator.EF6.Tools
paket add Migrator.EF6.Tools
Migrator.EF6.Tools Download (Unzip the "nupkg" after downloading)
Dependencies
net46
- EntityFramework(>= 6.1.3)
- Microsoft.DotNet.Cli.Utils(>= 2.0.0)
- Microsoft.Extensions.CommandLineUtils(>= 1.1.1)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- Microsoft.DotNet.Cli.Utils(>= 2.0.0)
- Microsoft.Extensions.CommandLineUtils(>= 1.1.1)
- Microsoft.NETCore.App(>= 1.1.2)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
Tags