1

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!

Johnny Wu
  • 1,297
  • 15
  • 31

1 Answers1

3

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

enter image description here

Alex Leo
  • 2,781
  • 2
  • 13
  • 29