We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e1196 commit 6b44590Copy full SHA for 6b44590
docs/csharp/language-reference/preprocessor-directives.md
@@ -121,7 +121,7 @@ The `#:` directives that are used in file-based apps include:
121
The preceding preprocessor token is translated into:
122
123
```xml
124
- <ProjectReference Include="../Path/To.Example.csproj" />
+ <ProjectReference Include="../Path/To.Example/To.Example.csproj" />
125
```
126
127
Tools can add new tokens following the `#:` convention.
0 commit comments