From 0c300cd23137bd7631b73ad1024931f4cae4a2dc Mon Sep 17 00:00:00 2001 From: David Pine Date: Fri, 26 Sep 2025 12:49:50 -0500 Subject: [PATCH] Fix project reference path in documentation Updated project reference path in preprocessor directives documentation. --- 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 d93158c7ce056..46a9fc9cea794 100644 --- a/docs/csharp/language-reference/preprocessor-directives.md +++ b/docs/csharp/language-reference/preprocessor-directives.md @@ -115,7 +115,7 @@ The `#:` directives that are used in file-based apps include: Instances of `#:project` are translated into `ProjectReference` elements to include the project with the specified path to the project. For example: ```csharp - #:project ../Path/To.Example.csproj + #:project ../Path/To.Example ``` The preceding preprocessor token is translated into: