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 support for net6.0 and net7.0 #93

Closed nehio closed 1 year ago

nehio commented 1 year ago

Added support for net6.0 and net7.0

This update mainly fixes HasAlternateKey issue using older versions of entity framework as it became a generic method and now verifies versions and cannot work in mix assembly contexts.