- LinqKit.Core supports NET Standard 2.0
- LinqKit.EntityFrameworkCore depends on Microsoft.EntityFrameworkCore 2.0.0 when used in NET Standard 2.0
- LinqKit is now reverted to use dependency on EntityFramework 6.x
- LinqKit.Core is a new package which does not have any dependency on EntityFramework or EntityFrameworkCore
- LinqKit.EntityFramework has been updated to a newer version, but no structural changes
- LinqKit.EntityFrameworkCore has been updated to a newer version, but no structural changes
- Added ExpressionStarter logic
- Added strong name signing for LinqKit.dll
- Removed portable target to fix issues with .Net Core 1.0 RTM when using this project
- .Net Core 1.0 RTM
- Changed dependency from JetBrains.Annotations to fix issues with System.Runtime
- Update to dotnet rc2removed dependency on EntityFramework