Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/fix-faulty-dotnet-install-command #413

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

magohl
Copy link
Contributor

@magohl magohl commented Jan 25, 2024

The command to install templates in docs state:
dotnet new -install Duende.IdentityServer.Templates

When it should be:
dotnet new install Duende.IdentityServer.Templates

The command to install templates in docs state:
dotnet new -install Duende.IdentityServer.Templates

When it should be:
dotnet new install Duende.IdentityServer.Templates
@josephdecock
Copy link
Member

Thanks for finding this! We've been using the old style dotnet cli options while we supported .NET 6, since the new style of options were not introduced back then. With IdentityServer 7, we no longer support .NET 6, so we should make this change (and similar changes elsewhere).

@josephdecock josephdecock merged commit 9f16baa into DuendeSoftware:main Jan 25, 2024
2 checks passed
@magohl magohl deleted the patch-1 branch January 26, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants