EvaisaDev/UnityNetcodePatcher

Support semicolon-separated list of DLLs as `deps` input

Closed this issue · 0 comments

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!