From fb271954573ed3b1d0a0a15eaf321ba4318880e7 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:12:10 -0500 Subject: [PATCH] Removed extra `` tag from code block The code block contained the ending `` tag which means when you copy & paste the code into your csproj file, you now have to remove the extra tag. --- .../getting_started/content_pipeline/content_builder_project.md | 1 - 1 file changed, 1 deletion(-) diff --git a/articles/getting_started/content_pipeline/content_builder_project.md b/articles/getting_started/content_pipeline/content_builder_project.md index 7c9329b1..858b1dba 100644 --- a/articles/getting_started/content_pipeline/content_builder_project.md +++ b/articles/getting_started/content_pipeline/content_builder_project.md @@ -162,7 +162,6 @@ To complete the process, add the following `Target` section to your `csproj` (be - ``` Of note, you should take care with the following elements: