Minimum version of .NET 2.0 framework to support Powershell 2.0?

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?


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.


某些功能(如ISE和Out-GridView cmdlet)需要.Net 3.5 SP1

链接地址: http://www.djcxy.com/p/29080.html

上一篇: Powershell:ExecutionPolicy无法读取/设置

下一篇: .NET 2.0框架的最低版本支持Powershell 2.0?