scottksmith95 / LINQKit

LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.
MIT License
1.63k stars 163 forks source link

Why so many different versions targeting different versions of .NET? #189

Closed SoftCircuits closed 1 year ago

SoftCircuits commented 1 year ago

Just wondering why there are so many different versions of LinqKit.Microsoft.EntityFrameworkCore for different versions of .NET.

Does this indicate that I'll likely need to get a newer version of LINQKit as new versions of .NET are released?

StefH commented 1 year ago

The different NuGets are actually targeting different version from "Microsoft.EntityFrameworkCore".

So if a new version is released from "Microsoft.EntityFrameworkCore", probably a new NuGet will be needed.