Skip to content

.NET Standard 2.1 and EFCore 6 in Sample Project

Choose a tag to compare

@Namoshek Namoshek released this 12 Apr 21:22
d7067f1

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!