Skip to content

Commit 6b44590

Browse files
Fix ProjectReference path in preprocessor directives (#49507)
those two samples should refer to the same
1 parent d0e1196 commit 6b44590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/preprocessor-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The `#:` directives that are used in file-based apps include:
121121
The preceding preprocessor token is translated into:
122122

123123
```xml
124-
<ProjectReference Include="../Path/To.Example.csproj" />
124+
<ProjectReference Include="../Path/To.Example/To.Example.csproj" />
125125
```
126126

127127
Tools can add new tokens following the `#:` convention.

0 commit comments

Comments
 (0)