❔ 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:
2 Replies
discords msg length was too long ^ so i had to reply with it but thats a example of my csproj
okay so ive been messing aorund
if i make a net core project it will work
but if the projects net framework
and its referencing the net standard class library none of the nuget dlls get copied
why tho?
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.