0

An application I downloaded comes with a .dll file that can be referenced from a console application for automation purposes. However, I cannot connect it to my VSCode project.

I am currently using VSCode, C#, and .NET and I am trying to add that .dll as a reference to the project. I have tried to manually type it in .csproj and it is a local file on my computer, not in any external packages.

3

0

Browse other questions tagged or ask your own question.