dbroudy / LazyEntityGraph

LazyEntityGraph is an open source library for .NET which lets you generate object graphs with circular dependencies, such as those found in ORMs, by lazily generating relationship properties.
MIT License
27 stars 12 forks source link

Support for .NET 6 #32

Closed dbroudy closed 1 year ago

dbroudy commented 1 year ago

Add support for .net 6

Drop support for EF Core 2.1

Fixes #23 and #31