Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, How can I install a previous version of the Umbraco Template? I'd like to install version 13 but running dotnet new install Umbraco.Templates installs version 14. Nick
Hi Nick,
Use the following:
dotnet new install Umbraco.Templates::{VERSION NUMBER} --force
Cheers,
Marc
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Install specific version of Umbraco using Dotnet CLI
Hi, How can I install a previous version of the Umbraco Template? I'd like to install version 13 but running dotnet new install Umbraco.Templates installs version 14. Nick
Hi Nick,
Use the following:
Cheers,
Marc
is working on a reply...