Skip to content

Gridify 2.17.0 incompatible with .NET 10 and EF Core 10 due to dependency constraints #292

@Lux1L

Description

@Lux1L

Version

2.17.0

Details

After upgrading to .NET 10 (released today, November 2025), the Gridify package fails to build due to dependency version conflicts with the new Microsoft.Extensions.* packages that ship with .NET 10.

When referencing Gridify 2.17.0, projects using .NET 10 encounter multiple NU1107 and NU1608 errors related to Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging.Abstractions, and Microsoft.EntityFrameworkCore.

These packages now reference version 10.0.0, while Gridify still restricts them to < 10.0.0.
This makes the package incompatible with .NET 10 and EF Core 10 out of the box.

Steps to reproduce

  1. Create a new .NET 10 Web API project
  2. Add the latest Gridify version
  3. Restore dependencies or build the project

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions