Nuget Packet Issues - Yellow Triangles on all packages (not just Monogame) that return everytime I reopen project

See title. I’ve moved a project over from another laptop and the project is now full of nuget package errors where it says the namespace doesn’t exist. This goes beyond just monogame.

No matter what I do, the errors seem to return when I close and reopen the project.

I have no clue how to fix this. Please help.

You’re probably missing something that is required and you had installed on your other computer but not that one. I had that happen before when i moved stuff to my laptop it was some obscure c++ sdk package that set a environmental variable that windows no longer auto installed.

Your project might be targetting an old version of .Net that isn’t supported by the nuget packages you’ve added. Or you might need to do a “nuget restore”.