Auth0.AuthenticationApi not getting installed in a .Net web application.

Yes, the Auth0.AuthenticationApi NuGet package supports .NET Standard 1.1 which means you need to use at least .NET Framework 4.5

For more information see .NET Standard | Microsoft Learn

The reason for this is that the library uses async/await, which is only supported from .NET Framework 4.5 onwards.