Skip to content

Commit 6c62ee9

Browse files
authored
Fix project reference path in documentation (#48758)
Updated project reference path in preprocessor directives documentation.
1 parent 0fbbf03 commit 6c62ee9

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
@@ -115,7 +115,7 @@ The `#:` directives that are used in file-based apps include:
115115
Instances of `#:project` are translated into `ProjectReference` elements to include the project with the specified path to the project. For example:
116116

117117
```csharp
118-
#:project ../Path/To.Example.csproj
118+
#:project ../Path/To.Example
119119
```
120120

121121
The preceding preprocessor token is translated into:

0 commit comments

Comments
 (0)