From 4f4e5e474f92444b4dfde35e400cdee0373c3742 Mon Sep 17 00:00:00 2001 From: Alexander Gayko Date: Tue, 28 Oct 2025 16:48:01 +0100 Subject: [PATCH] Fix ProjectReference path in preprocessor directives those two samples should refer to the same --- docs/csharp/language-reference/preprocessor-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/language-reference/preprocessor-directives.md b/docs/csharp/language-reference/preprocessor-directives.md index 6d6f0625fee15..0634dea29a2df 100644 --- a/docs/csharp/language-reference/preprocessor-directives.md +++ b/docs/csharp/language-reference/preprocessor-directives.md @@ -121,7 +121,7 @@ The `#:` directives that are used in file-based apps include: The preceding preprocessor token is translated into: ```xml - + ``` Tools can add new tokens following the `#:` convention.