Skip to content

Commit c5b2919

Browse files
committed
update orchardcore version
1 parent 42a1694 commit c5b2919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/dotnet-migration/1-create-orchardcore-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dotnet --version
3434
To start building an OrchardCore application, you need to install the OrchardCore templates. Open your terminal and run the following command:
3535

3636
```bash
37-
dotnet new -i OrchardCore.ProjectTemplates::1.0.0-rc2-13450
37+
dotnet new install OrchardCore.ProjectTemplates::2.1.7
3838
```
3939

4040
This command installs the OrchardCore project templates, which you will use to create a new application.

0 commit comments

Comments
 (0)