Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick Bloodworth 2 posts 72 karma points
    Jul 22, 2024 @ 07:51
    Nick Bloodworth
    0

    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

  • Marc Love (uSkinned.net) 447 posts 1790 karma points
    Jul 22, 2024 @ 13:06
    Marc Love (uSkinned.net)
    101

    Hi Nick,

    Use the following:

    dotnet new install Umbraco.Templates::{VERSION NUMBER} --force
    

    Cheers,

    Marc

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies