diff --git a/docs/consume-packages/Package-References-in-Project-Files.md b/docs/consume-packages/Package-References-in-Project-Files.md index d8b354b89..a79964c03 100644 --- a/docs/consume-packages/Package-References-in-Project-Files.md +++ b/docs/consume-packages/Package-References-in-Project-Files.md @@ -170,6 +170,20 @@ Conditions can also be applied at the `ItemGroup` level and will apply to all ch ``` +When you have many targets, it may be better to match ranges of TFMs, in which case you can use [`IsTargetFrameworkCompatible`](/visualstudio/msbuild/property-functions#msbuild-targetframework-and-targetplatform-functions): +```xml + + + + + + + + + + +``` + ## GeneratePathProperty This feature is available with NuGet **5.0** or above and with Visual Studio 2019 **16.0** or above.