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!