Copied to clipboard

Flag this post as spam?

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


  • ServantCoder 10 posts 121 karma points
    Jun 23, 2022 @ 14:46
    ServantCoder
    0

    How to install Umbraco v9 instead of v10

    I have installed the Umbraco v10 templates to my computer. However, I want to create an Umbraco v9 application to test something in support of our current site. Is this possible, and if so, what are the steps to doing so?

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Jun 23, 2022 @ 15:44
    Kevin Jump
    100

    Hi,

    if you need to create a v9 site you need to down grade the templates to created it.

     dotnet new -i Umbraco.Templates::9.5.2 
    

    once you've created the new site you can put them back to v10 / latest

    dotnet new -i Umbraco.Templates 
    
  • ServantCoder 10 posts 121 karma points
    Jun 23, 2022 @ 16:17
    ServantCoder
    0

    Thanks Kevin! That worked perfectly.

    It also helped me confirm that creating a basic Hello World sample application using the 9.5.2 template will include the umbraco folder when doing a dotnet publish, while the 10.0.0 template will not include the umbraco folder in the publish.

Please Sign in or register to post replies

Write your reply to:

Draft