Describe the bug
Since #908 the Verify.EntityFramework package is no longer compatible with .NET 8 (whereas Verify.EntityFrameworkClassic still is):
Package Verify.EntityFramework 14.0.0 is not compatible with net8.0 (.NETCoreApp,Version=v8.0). Package Verify.EntityFramework 14.0.0 supports: net10.0 (.NETCoreApp,Version=v10.0)
.NET 8 is a LTS release and still supported until November 10, 2026. It would be nice stay usable with .NET 8 until at least then.
Minimal Repro
- Create a .NET 8 project
- Attempt to add a package reference to Verify.EntityFramework
Describe the bug
Since #908 the Verify.EntityFramework package is no longer compatible with .NET 8 (whereas Verify.EntityFrameworkClassic still is):
.NET 8 is a LTS release and still supported until November 10, 2026. It would be nice stay usable with .NET 8 until at least then.
Minimal Repro