C#C
C#3y ago
<_<

❔ NetStandard Class Library installed nuget package dlls not going to bin when I reference

For example if I got a NetStandard 2.0 Class Library named 'LibraryA' and then I have an MVC 5 WebAPI named 'WebAPI'

LibraryA has Prometheus-Net installed via Nuget if I compile LibraryA the prometheus-net dll is in the bin like this C:\Somewhere\LibraryA\Bin\Release\netstandard2.0\Prometheus.NetStandard.dll but when I reference LibraryA from WebAPI and compile I do see the LibraryA.dll but no prometheus why? can someone please help me understand why it happens here is a example of my csproj:
Was this page helpful?