Skip to content

Commit 6662cc3

Browse files
Removed extra </Project> tag from code block (#207)
The code block contained the ending `</Project>` tag which means when you copy & paste the code into your csproj file, you now have to remove the extra tag. Co-authored-by: Simon (Darkside) Jackson <darkside@zenithmoon.com>
1 parent de369e9 commit 6662cc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/getting_started/content_pipeline/content_builder_project.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ To complete the process, add the following `Target` section to your `csproj` (be
162162
<MSBuild Projects="..\Content\Content.csproj" Targets="Build;Run"
163163
Properties="RunArguments=$(ContentArgs);" />
164164
</Target>
165-
</Project>
166165
```
167166

168167
Of note, you should take care with the following elements:

0 commit comments

Comments
 (0)