Johnny Wu
Johnny Wu

Reputation: 1538

How do I make project reference from another "project"?

Before I start, I did try to make an effort to search for answer, but nothing showed up.

Scenario: I created a .net standard library project (via the menu bar) and checked it in TFS. Then, I created a Windows project that needs to use the .net standard library as reference. Anyone knows how I can accomplish this without copying the dll from the .net standard library project to the Windows project?

Thanks!

Upvotes: 1

Views: 933

Answers (1)

Alex Leo
Alex Leo

Reputation: 2851

Add your reference as usual and then use browse to locate your dll.

enter image description here

Upvotes: 3

Related Questions