I'm developing a project for an app in .NET MAUI (using a SQL local Server), and basically I'm with problems with the NuGet packages. I need to use some of them (as Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Configuration, Microsoft.IdentityModel.Tokens, and others), but even though I downloaded them erros like "The type or namespace name 'NuGet Package name' does not exist in the namespace 'Microsoft'" and "There was no runtime pack for NuGet Package nameavailable for the specified RuntimeIdentifier 'maccatalyst x-64'" keep appearing.
I spend a few days asking to ChatGPT what to do, and even cleaning the solution, downloading everything again, repairing the Visual Studio, updating everything and deleting the 'obj' and 'bin' folders, the problems continue.
Can someone help me?