v8.0.1
What's Changed
- BREAKING CHANGE Removed default EntityBehaviour UtcDateTimePropertyEntityBehaviorConfiguration, now datetimes are not defaulted to utc. This is a breaking change!
Made all references dependent on targetframework
Removed Source Link package from net8.0 targetframework ( https://github.com/dotnet/sourcelink?tab=readme-ov-file#using-source-link-in-net-projects)
Removed option DisableUtcDateTimePropertyEntityBehavior
Refactored unittests to use IClassFixture for setup DbContext to avoid random failing tests
Added test project per target framework
Full Changelog: v8.0.0...v8.0.1