|
Help Removing SN from x64 .NET Assembly References
I'm trying to remove SN from a x64 .NET assembly (which I am able to do), the problem is with the references.
StrongNameHelper doesn't seem to be able to remove the SN from the references, whats the best way to approach this?
I've attempted removing them using Reflexil and adding back the clean libraries, but Reflexil throws an error on a few of them.
|