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?
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.
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?
Hi,
if you need to create a v9 site you need to down grade the templates to created it.
once you've created the new site you can put them back to v10 / latest
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.is working on a reply...