i am using .net7 and i can add migrations and … successfully with ef core and my project work good but when i want to publish project this error shown
while i install dotnet-ef version 7.0.7 with command
dotnet tool install --global dotnet-ef --version 7.0.7
so i dont know what is the problem
please help me thanks for advance