We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a1694 commit c5b2919Copy full SHA for c5b2919
content/learning-paths/servers-and-cloud-computing/dotnet-migration/1-create-orchardcore-app.md
@@ -34,7 +34,7 @@ dotnet --version
34
To start building an OrchardCore application, you need to install the OrchardCore templates. Open your terminal and run the following command:
35
36
```bash
37
-dotnet new -i OrchardCore.ProjectTemplates::1.0.0-rc2-13450
+dotnet new install OrchardCore.ProjectTemplates::2.1.7
38
```
39
40
This command installs the OrchardCore project templates, which you will use to create a new application.
0 commit comments