Skip to content

Commit 41ecd7f

Browse files
author
Ashish Jain
authored
Update Supporting-Multiple-Target-Frameworks.md (NuGet#1086)
1 parent d3cbe5c commit 41ecd7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/create-packages/Supporting-Multiple-Target-Frameworks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ If you have architecture-specific assemblies, that is, separate assemblies that
6060
\native
6161
\lib\uap10.0
6262

63-
These assemblies will only be available at runtime, so if you want to provide the corresponding compile time assembly as well then have `AnyCPU` assembly in `/ref{tfm}` folder.
63+
These assemblies will only be available at runtime, so if you want to provide the corresponding compile time assembly as well then have `AnyCPU` assembly in `/ref{tfm}` folder.
64+
65+
Please note, NuGet always picks these compile or runtime assets from one folder so if there are some compatible assets from `/ref` then `/lib` will be ignored to add compile-time assemblies. Similarly, if there are some compatbile assets from `/runtime` then also `/lib` will be ignored for runtime.
6466

6567
See [Create UWP Packages](../guides/create-uwp-packages.md) for an example of referencing these files in the `.nuspec` manifest.
6668

0 commit comments

Comments
 (0)