HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
72 stars 30 forks source link

Latest version of Highway.Data not supported in .Net 4.6.2 projects #118

Closed maike9 closed 5 years ago

maike9 commented 5 years ago

Migrated my solution/projects to .Net 4.6.2. Tried to update Highway to latest verison and git the following error. Same for Highway.Data.EntityFramework

Could not install package 'Highway.Data 7.0.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

trayburn commented 5 years ago

Thank you for bringing this to our attention. We've been quickly iterating on .NET Core/Standard support given the EntityFramework 6.3 support for .NET Standard 2.1, but we missed that .NET Framework (4.6+) does not support .NET Standard 2.1 at this time. We will create a multiple distribution ASAP to solve this.

trayburn commented 5 years ago

Version 7.0.2 was just published and includes support for NET4.5 in addition to NETSTANDARD21

maike9 commented 5 years ago

Confirmed fix Thank you.