Skip to content

Commit aba269f

Browse files
authored
Fix typo calling ref directory refs (#3245)
1 parent 5830fc9 commit aba269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/create-packages/native-files-in-net-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For a complete list of asset types, see the docs on [controlling dependency asse
3232

3333
|Asset type|Short Description|
3434
|--|--|
35-
|[compile](#compile-assets)|Managed assemblies passed to the compiler. `refs/{tfm}/` if it exists, otherwise `lib/{tfm}/`.|
35+
|[compile](#compile-assets)|Managed assemblies passed to the compiler. `ref/{tfm}/` if it exists, otherwise `lib/{tfm}/`.|
3636
|[runtime](#runtime-assets)|Managed assemblies copied to the output directory. `runtimes/{rid}/lib/{tfm}/` if it exists, otherwise `lib/{tfm}/`.|
3737
|[native](#native-assets)|Native libraries copied to the output directory. `runtimes/{rid}/native/`.|
3838

0 commit comments

Comments
 (0)