Not at all like this thread How do I add assembly references in Visual Studio Code? Someone has given me 2 dlls, I need to add(reference ) them in my project, I am writing a plugin of sorts. It's my first C# project since I stopped programming about 4 years ago.
dotnet add reference {path to my first dll}
Just produces a message that tells me I am on the wrong track completely. I have the using statements, which require the 2 assemblies, but Visual studio code commands are a little opaque to me still.