Magick.NET
Magick.NET copied to clipboard
Run .targets file in transitive build
Magick.NET version
13.6.0
Environment (Operating system, version and so on)
It doesn't matter
Description
If using Magick transitive, the native files are not copied to the output directory
Example: Magick -> Project A (references Magick) -> Project B (References Project A Nuget - Project B is a separate Repository!) In this case the Magick.NET-Q16-AnyCPU.targets is not running and doesn't copy the native dll to the Project B output directory
transitive build should be added (builtTransitive) https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files
Steps to Reproduce
Create project dependencies like above