What problem are you trying to solve?
NuGet package: Microsoft.EntityFrameworkCore.Tools here
The packages does not have a target framework, but it depend on Microsoft.EntityFrameworkCore.Design that only have a target framework .net 10
Could you make Microsoft.EntityFrameworkCore.Tools have the same target framework since some tools assume that no framework mean it works for all frameworks?
Describe the solution you'd like
Microsoft.EntityFrameworkCore.Tools has a target framework.
Link to source code link to this repo instead of https://github.com/dotnet/dotnet