damienbod / AspNetCoreLocalization

Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
http://damienbod.com/2015/10/21/asp-net-5-mvc-6-localization/
MIT License
251 stars 101 forks source link

Add app support for Entity Framework 5.0 #84

Closed JeremyEinfeld closed 2 years ago

JeremyEinfeld commented 2 years ago

The .NET Core App target framework (seemingly arbitrarily) caps Entity Framework to 4.0, causing dependency issues in our project because we're using EF 5.0. Adding 6.0 support incurs no compatibility issues in the current code, and the only reason I could see why only the .Net Framework 5.0 build target supports it was the potential use of a 5.0 utility method (https://github.com/damienbod/AspNetCoreLocalization/pull/79#issuecomment-726301644) but that method call not added.

damienbod commented 2 years ago

cheers thanks

TyMick commented 2 years ago

@damienbod Would you be able to cut a NuGet release for this one?

damienbod commented 2 years ago

Hi @TyMick Yes, will do it today, sorry forgot about this.

Greetings Damien

damienbod commented 2 years ago

released, thanks again!

Greetings Damien

TyMick commented 2 years ago

No worries; thanks a bunch, Damien!