I am trying to install a nuget package of type template using nuget package manager. I keep getting error - Package 'Auth0.Templates 2.0.0' has a package type 'Template' that is not supported by project 'ConsoleApp1'.
I m trying to do this so that my existing project gets modified as per the template inside this Nuget package. Please suggest what am I doing wrong here.