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

Fixed the dotnet template install command. #533

Closed
wants to merge 1 commit into from

Conversation

virajs
Copy link

@virajs virajs commented Oct 17, 2024

The dotnet command to install the Duende templates was incorrect.

The dotnet command to install the Duende templates was incorrect.
@AndersAbel
Copy link
Member

They've changed the command. dotnet new --install is deprecated in favour of dotnet new install.

D:\> dotnet new --install Duende.IdentityServer.Templates
Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead.

D:\> dotnet --version
8.0.403

@AndersAbel AndersAbel closed this Nov 1, 2024
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