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

Cannot use package with target versions <4.8 #42

Open a-stankevich opened 3 years ago

a-stankevich commented 3 years ago

Different assemblies are built for different target versions, but in the end the same 4.8 assembly is used for all TFVs when packaging for nuget: https://github.com/Dixin/EntityFramework.Functions/blob/master/Tools/EntityFramework.Functions.nuspec#L56

a-stankevich commented 3 years ago

Workaround is to use version 1.4 instead of the latest 1.5

pfeigl commented 2 years ago

Is there any chance to get the PR linked here merged? :-)