dotnet / aspire-samples

MIT License
744 stars 217 forks source link

Update EF migrations to match EF tools version used #525

Closed DamianEdwards closed 1 month ago

DamianEdwards commented 1 month ago

Recreates all the migrations so they match the version of EF being used.

DamianEdwards commented 1 month ago

Did you verify that there is no longer an exception thrown when using EF 9 with these?

Going to try that next.