We are using PackageReference
and we are using some 3rd party packages. We encounter some unique case where we need to download 2 different versions from a 3rd party and use them in our build process. This is not an assembly, but rather a folder containing many files so a workaround that handle it in the code isn't relevant.
So far the best answer I could found was - No
How can I achieve it?
Thanks in advance!