Hi I have a class Library
project I built it DLLs
and I apply obfuscation on the DLLs using a software, after that I got new obfuscated DLLs
.
so now my question is how can I create nuget
package just from the obfuscated DLLs
?
thank you in advance.