There is a requirement in my project where we have to integrate Auth0 with our legacy .Net application but when I try to install “Auth0.AuthenticationApi” through Package manager console the below error comes out:
“Could not install package ‘Auth0.AuthenticationApi 4.1.0’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.0’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.”
I tried installing lower version also but without any success. Is there any workaround around this?
Thanks in advance.
I am using VS 2017 Pro.