Looks like just writing out the question helped.
Turns out I needed to add /targetplatform:v4 to the command. My guess is it’s because some of the assemblies use .NET 4 and some use .NET 2.
Looks like just writing out the question helped.
Turns out I needed to add /targetplatform:v4 to the command. My guess is it’s because some of the assemblies use .NET 4 and some use .NET 2.