File tree Expand file tree Collapse file tree
IdentityServer/v7/docs/content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,14 +19,21 @@ as a starting point for your modifications.
1919### Templates
2020Contains templates for the dotnet CLI.
2121
22- * NuGet [ package] ( https://www.nuget.org/packages/Duende.IdentityServer. Templates )
23- * [ source code] ( https://github.com/DuendeSoftware/IdentityServer.Templates )
22+ * NuGet [ package] ( https://www.nuget.org/packages/Duende.Templates )
23+ * [ source code] ( https://github.com/DuendeSoftware/products/tree/main/templates )
2424
2525You can install the templates using the following command:
2626
2727```
28- dotnet new -i Duende.IdentityServer. Templates
28+ dotnet new -i Duende.Templates
2929```
3030
31+ {{% notice note %}}
32+ You may have a previous version of Duende templates (* Duende.IdentityServer.Templates* ) installed on your machine.
33+ Please uninstall the template package and install the latest version.
34+ {{% /notice %}}
35+
3136### Source Code
32- You can find the Duende IdentityServer source code on [ GitHub] ( https://github.com/duendesoftware/IdentityServer ) .
37+ You can find the Duende IdentityServer source code on [ GitHub] [ source ] .
38+
39+ [ source ] : https://github.com/DuendeSoftware/products/tree/main/templates
Original file line number Diff line number Diff line change @@ -20,9 +20,15 @@ Every quickstart has a reference solution - you can find the code in the [sample
2020The first thing you should do is install our templates:
2121
2222```
23- dotnet new install Duende.IdentityServer. Templates
23+ dotnet new install Duende.Templates
2424```
2525
26+ {{% notice note %}}
27+ You may have a previous version of Duende templates (* Duende.IdentityServer.Templates* ) installed on your machine.
28+ Please uninstall the template package and install the latest version.
29+ {{% /notice %}}
30+
31+
2632They will be used as a starting point for the various tutorials.
2733
2834{{< youtube cxYmODQHErM >}}
Original file line number Diff line number Diff line change @@ -37,9 +37,14 @@ the quickstarts. To install the templates open a console window and type the
3737following command:
3838
3939``` console
40- dotnet new install Duende.IdentityServer. Templates
40+ dotnet new install Duende.Templates
4141```
4242
43+ {{% notice note %}}
44+ You may have a previous version of Duende templates (* Duende.IdentityServer.Templates* ) installed on your machine.
45+ Please uninstall the template package and install the latest version.
46+ {{% /notice %}}
47+
4348## Create the Solution and IdentityServer Project
4449
4550In this section, you will create a directory for the solution and use the
You can’t perform that action at this time.
0 commit comments