I have Visual Studio class library project named "WCFExtras" where using same name third party nuget package called "WCFExtras" and it's installed properly. When build the application can see only class library application's dll but not third party nuget dll.Is there any way I can use both dlls classes in consumer application?
↧