Background: I had a build machine with .NET 2.0 SP1 (and no higher) which uses msbuild and powershell for its build; unfortunately, workstations cannot load the binaries built on this machine, unless .NET 2.0 SP2 is installed.
To fix this I'm creating a build machine with minimum specs; the most important one being .NET 2.0 SP1.
If I install Powershell 2.0, is there a good chance that I'm introducing dependencies on higher versions of the .NET Framework?