I do have a problem that a method I need is in higher verion of MS library.
Microsoft.Extensions.Logging.Abstraction that library is v1.1.2
I did add a reference in my project to v5.0.0 and even other but none of them seems to work. It always points out that the method is missing and it is missing since it was added in v2.0 so it looks like it always prioritize the DLL from webroot on my machine instead of the referenced one.
So the question is can I update this library myself on my dev and later on PROD? Or there is any change to make the referenced one to work?