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

Fix nuspec #41

Closed kvpt closed 3 years ago

kvpt commented 3 years ago

The nuget package is currently broken under .Net Framework 4.5/4.6/4.7 because the packaged dll is always the 4.8 version which is not compatible with these frameworks.