How do I link with another project in .netcore?
I'm using Linux and VSCode and I want to link to another project that is in another directory on my filesystem, so that when my project compiles it knows to look in that path for the approriate binaries. What should I add to my *.fsproj?
Note I'm using F# but the question is language agnostic. The same thing you might do in C# should work.