Skip to content

Commit ccf8e82

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
1 parent 1dcf50d commit ccf8e82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ After setup, the dashboard appears in the main **Content** section of the Backof
4343

4444
### Add the Extension to an Umbraco Project
4545

46-
To include the extension in your Umbraco project, you need to add a reference to the extension project in your Umbraco project. You can do this by right-clicking on the **Dependencies** node in your Umbraco project and selecting **Add Reference**. Then select the `MyExtension` project and click **OK**.
46+
To include the extension in your Umbraco project, you need to add a reference to the extension project in your Umbraco project.
47+
48+
#### Option 1: Via Visual Studio
49+
50+
1. Right-click the **Dependencies** node in the Umbraco project.
51+
2. Select **Add Reference**.
52+
3. Choose the `MyExtension` project.
53+
4. Click **OK**.
4754

4855
You can also add the reference manually by running the following command in the root folder of your Umbraco project:
4956

0 commit comments

Comments
 (0)