auth0 / auth0-dotnet-templates

Auth0 Templates for .NET
Apache License 2.0
46 stars 7 forks source link

When attempting to register template from terminal user gets .NET versioning error #24

Closed KiahTolliver closed 6 months ago

KiahTolliver commented 8 months ago

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Description

When working with a user to register an app created by a template through the windows terminal, the user gets an error stating that they needed to downgrade from .NET 8 to .NET 7. The expectation is that a user running .NET 8 can register an app using the instructions provided.

Reproduction

Installed latest version of Auth0 CLI Authenticated Auth0 CLI Installed .NET templates Created new webapi from template Attempted to register webapi with Auth0 using register-with-auth0.cmd Got the following error image

Environment

Using the latest version of the templates & CLI .NET 8 Windows