Hi,@Leonard Salamacha. Welcome to Microsoft Q&A Forum.
First of all, you are currently using Visual Studio 2020. You could update your Visual Studio to a version that can use .NET 8. For more you can refer to Version requirements for .NET 8 SDK .
Visual Studio 2022 Preview with the .NET desktop development workload installed. The .NET 8 SDK is automatically installed when you select this workload.
It is recommended that you right-click your project name and select Properties to confirm whether the Target Platform of your project is .NET 8.
Then you could try to see if you can successfully add nuget package Microsoft.EntityFrameworkCore.SqlServer V8.0.0 .
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.