-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Create a new .NET 10 Web API project
- Add the latest Gridify version
- Restore dependencies or build the project
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working