.NET Standard 2.1 and EFCore 6 in Sample Project
With this release, the target framework of the DataTables.NetStandard
library has been changed to netstandard2.1
. Furthermore, the sample project does now use EFCore 6. This required a fix of the dynamically built expressions to avoid caching issues with EFCore (introduced in EFCore 5). If this leads to memory leaks, please report immediately!