I am using third party ide named IX Developer. It supports .Net Framework but I can only upload dll files seperately. I can't install nuget packet.
Therefore, I want to extract all dll files inside of the nuget packet. Then I will assembly all of them to my project.
Is there a way to do that ?