0
votes

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?

2

2 Answers

1
votes

You can read in Windows Management Framework (Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0)that PowerShel V2.0 is supported on Windows XP SP3. PowerShell V2 is based on .NET Framework 2.0.

1
votes

Some features, like ISE, and the Out-GridView cmdlet requires .Net 3.5 SP1