Hi,
I have class library created in .NET core. Which have several dependency (DLL and nuget packages).
I am using this .NET core DLL in another .NET core project. I have GAC this DLL and using reference from there only.
When I run my application I am getting dependency dll not found. If I GAC assembly/nuget packages dll although it is not working. It is giving same error. But If I am adding all dependency dll in my calling project it is working.
In .NET project if dependency dlls in GAC then it works.
Please share your thoughts on it.
Regards,
Sauriin