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 0fbbf03 commit 0c300cdCopy full SHA for 0c300cd
docs/csharp/language-reference/preprocessor-directives.md
@@ -115,7 +115,7 @@ The `#:` directives that are used in file-based apps include:
115
Instances of `#:project` are translated into `ProjectReference` elements to include the project with the specified path to the project. For example:
116
117
```csharp
118
- #:project ../Path/To.Example.csproj
+ #:project ../Path/To.Example
119
```
120
121
The preceding preprocessor token is translated into:
0 commit comments