migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

Target netstandard2.0 #45

Closed lahma closed 5 years ago

lahma commented 5 years ago

I tried to test out this new lib in a full framework project with little luck. There seems to be no reason to target netcoreapp when netstandard2.0 would suffice. By enabling netstandard20 as target it gives us still migrating a chance to use the library.

It seems that the Appveyor build configuration is still somehow overriden with MSBuild, but the updated appveyor.yml should do the trick otherwise.

In the future I'm hoping to give a PR to allow customization of migration stamping logic so that I can test this with our old solution.

lahma commented 5 years ago

Ping @JudahGabriel , any interest in this?

JudahGabriel commented 5 years ago

Thanks!

lahma commented 5 years ago

Thank you for accepting! I'll probably offer some others too to make migration easier.