'Merge UPM dependencies

I have an exported library *.unitypackage which has some dependencies in manifest.json for example newtonsoft. When I import it to some project I see an error like "Newtonsoft can not be found".

So the question is can I automatically update parent's manifest.json with library's dependencies or handle it somehow else (not manually)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source