Last Updated on January 30, 2021 by sandeeppote

How to install Umbraco 7+ in visual studio 2012/13 using nuget package

1. Create a blank Web application using visual studio

2. Open package manager console. Select appropriate project(web application) and hit command Install-Package UmbracoCms -Version 7.2.6At the time of writing this post Umbraco 7.2.6 was the latest version.Refer – https://www.nuget.org/packages/UmbracoCms

3. Done- Umbraco is installed. All binaries and config files are automatically included in project.

4. Run web application and Umbraco site setup details are asked.