User-1132163444 posted
Hi,
I have a Nuget Package created by a friend and it is typically a .NETStandard v2.0 Class Library.
And when i tried adding this package to an existing MVC .NET Framework 4.7.1, says, "not found", i'm assuming it's because of the framework conflict,
Is there a way to overcome this? or can i just ask for the DLL for the .NET Standard project and manually add reference it to the MVC app?
Thanks for the help