Support semicolon-separated list of DLLs as `deps` input
Lordfirespeed opened this issue · 0 comments
Lordfirespeed commented
When running Weaver from a MSBuild task, the expression @(ReferencePathWithRefAssemblies)
will expand to a semicolon-separated list of all referenced assemblies.
Using this as input would make using Weaver from MSBuild considerably easier as no DLL copying would be required!