We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5830fc9 commit aba269fCopy full SHA for aba269f
1 file changed
docs/create-packages/native-files-in-net-packages.md
@@ -32,7 +32,7 @@ For a complete list of asset types, see the docs on [controlling dependency asse
32
33
|Asset type|Short Description|
34
|--|--|
35
-|[compile](#compile-assets)|Managed assemblies passed to the compiler. `refs/{tfm}/` if it exists, otherwise `lib/{tfm}/`.|
+|[compile](#compile-assets)|Managed assemblies passed to the compiler. `ref/{tfm}/` if it exists, otherwise `lib/{tfm}/`.|
36
|[runtime](#runtime-assets)|Managed assemblies copied to the output directory. `runtimes/{rid}/lib/{tfm}/` if it exists, otherwise `lib/{tfm}/`.|
37
|[native](#native-assets)|Native libraries copied to the output directory. `runtimes/{rid}/native/`.|
38
0 commit comments