Dixin / EntityFramework.Functions

EntityFramework.Functions library implements Entity Framework code first support for stored procedures (with single result type, multiple result types, output parameter), table-valued functions (returning entity type, complex type), scalar-valued functions (composable, non-composable), aggregate functions, built-in functions, niladic functions, and model defined functions.
https://weblogs.asp.net/Dixin/EntityFramework.Functions
MIT License
79 stars 27 forks source link

Updated nuspec to use specific assemblies for different target versions #43

Open a-stankevich opened 3 years ago

a-stankevich commented 3 years ago

This fixes #42

pfeigl commented 3 years ago

Can this PR please be reviewed, merged and released as 1.5.1? It makes it really hard to migrate existing EF6 code to .NET Core (when it's not yet possible to migrate to EF Core).

a-stankevich commented 1 year ago

@Dixin any thoughts?