mrahhal / Migrator.EF6

.NET Core CLI tool to enable EF6 migrations in an Asp.Net Core app.
MIT License
82 stars 15 forks source link

Ensure the tool works with the new .net 2.0 sdk #47

Closed mrahhal closed 7 years ago

nphmuller commented 7 years ago

I'm in the progress of migrating my applications to the new Core 2.0 SDK. (Targeting net462)

Can confirm that adding migrations, updating and downgrading the database works with version 1.1.4 of the tool.

mrahhal commented 7 years ago

@nphmuller as always, thanks! Was hoping someone would confirm.

mrahhal commented 7 years ago

v2.0.0 has explicit support for .net sdk 2.0, it's recommended over the previous versions.