I am getting the following errors while installing EntityFrameworkCore.Tools and EntityFrameWork.Design form Nuget package manager.
Please help me, I tried to install these on both .NET 9.0 and 8.0.
Thanks
Package Microsoft.CodeAnalysis.Common 4.8.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0).Package Microsoft.CodeAnalysis.Common 4.8.0 does not support any target frameworks.
Package Microsoft.CodeAnalysis.CSharp 4.8.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0).Package Microsoft.CodeAnalysis.CSharp 4.8.0 does not support any target frameworks.
Package Microsoft.CodeAnalysis.CSharp.Workspaces 4.8.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package Microsoft.CodeAnalysis.CSharp.Workspaces 4.8.0 does not support any target frameworks.
Package Microsoft.CodeAnalysis.Workspaces.Common 4.8.0 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package Microsoft.CodeAnalysis.Workspaces.Common 4.8.0 does not support any target frameworks.
Package Microsoft.Build.Framework 17.8.3 is not compatible with net9.0 (.NETCoreApp,Version=v9.0).Package Microsoft.Build.Framework 17.8.3 does not support any target frameworks.
Package 'Microsoft.Bcl.AsyncInterfaces 7.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.