diff --git a/standard/unsafe-code.md b/standard/unsafe-code.md
index 0948a7b9d..97cefe8cc 100644
--- a/standard/unsafe-code.md
+++ b/standard/unsafe-code.md
@@ -39,6 +39,7 @@ unsafe_statement
> *Example*: In the following code
>
+>
> ```csharp
> public unsafe struct Node
> {
diff --git a/tools/example-templates/code-in-main/Project.csproj b/tools/example-templates/code-in-main/Project.csproj
index 2a1c70ea3..e774e1230 100644
--- a/tools/example-templates/code-in-main/Project.csproj
+++ b/tools/example-templates/code-in-main/Project.csproj
@@ -6,6 +6,7 @@
enable
disable
$example-name
+ true
diff --git a/tools/example-templates/standalone-console/Project.csproj b/tools/example-templates/standalone-console/Project.csproj
index 2a1c70ea3..e774e1230 100644
--- a/tools/example-templates/standalone-console/Project.csproj
+++ b/tools/example-templates/standalone-console/Project.csproj
@@ -6,6 +6,7 @@
enable
disable
$example-name
+ true
diff --git a/tools/example-templates/standalone-lib/Project.csproj b/tools/example-templates/standalone-lib/Project.csproj
index 46dd51ea4..65e093b49 100644
--- a/tools/example-templates/standalone-lib/Project.csproj
+++ b/tools/example-templates/standalone-lib/Project.csproj
@@ -4,6 +4,7 @@
net6.0
enable
$example-name
+ true