Skip to content

Commit 49798a1

Browse files
authored
Fix the name of the placeholder file (#3348)
This doc should not reccomend that users create a `.` file. That's a reserved directory alias for current directory. I'd be surprised if that actually works, it would definitely confuse the build / extraction / etc. I can't even create a file with this name. The correct file name is `_._`.
1 parent 2c8810d commit 49798a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/nuspec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,11 +825,11 @@ C#-specific content for net45 and up
825825
/contentFiles/cs/net45/sample.cs
826826
```
827827

828-
Empty folders can use `.` to opt out of providing content for certain combinations of language and TxM, for example:
828+
Empty folders can use `_._` to opt out of providing content for certain combinations of language and TxM, for example:
829829

830830
```
831831
/contentFiles/vb/any/code.vb
832-
/contentFiles/cs/any/.
832+
/contentFiles/cs/any/_._
833833
```
834834

835835
#### Example contentFiles section

0 commit comments

Comments
 (0)