Skip to content

Commit 021aa6f

Browse files
authored
Merge pull request #2041 from JoeStech/dotnet_migration
update orchardcore version
2 parents a3ce5c9 + c5b2919 commit 021aa6f

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)