Npgsql.EntityFrameworkCore.PostgreSQL as my package for EF and I tried to run dotnet ef migrations add to create a new migration but it returns with Build failed. Use dotnet build to see the errors.. dotnet build I get this error:dotnet buildwhich go away after building with rider itself)TargetFramework in my .csproj is set to net7.0. I tried net6.0 and I got the same error but with net60.