Hello Community,
I’m building a C# class that will use Auth0 database authentication. The instructions on getting this to work for my C# module are clear and I’ve gotten this to work for a machine to machine application.
For the database version (UserID and Password from my application) I need to install the Auth0.OidcClient as part of my project.
I’ve attempted the NuGet packages for Auth0.OidcClient.(UWP, WPF, WinForms) and all of them give me the following error:
Install-Package : Could not install package ‘Auth0.OidcClient.WinForms 2.3.0’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.5’, 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.
Is there a NuGet for 4.5 Framework or a workaround for this?
Thanks!