Hi all,
i have a simple problem / feature request.
My current package depends on the YamlDotNet library and because I’m using the new package system I integrated the DLL directly. Everything works fine but now I have the bad situation that I have a second package written by my colleague that ofc also uses YamlDotNet.
Is there a way to share the DLL between both packages so that they dont collide with each other and that you dont need to ship them twice?