Some packages (such as System.Linq.AsyncEnumerable) are no longer needed as they are included in the .NET 10 core libraries. But there are some method renames, such as .SelectAwait -> .Select, so there will be a few more changes than merely removing the package reference.
We will also consider moving from EF Core 9 to EF Core 10, though if that proves complicated then we'll bump that to a separate PR.
Some packages (such as System.Linq.AsyncEnumerable) are no longer needed as they are included in the .NET 10 core libraries. But there are some method renames, such as
.SelectAwait -> .Select, so there will be a few more changes than merely removing the package reference.We will also consider moving from EF Core 9 to EF Core 10, though if that proves complicated then we'll bump that to a separate PR.