0

I couldn't find how to add reference to another project in VS Code in help documentation or in Internet. The approach from How to reference assemblies using Visual Studio Code? does work but looks really strange for that purpose.

bjolfr
  • 11
  • 4

1 Answers1

0

I found it. Just use dotnet add reference [path to project.**csproj**].

bjolfr
  • 11
  • 4