支持 Powershell 2.0 的 .NET 2.0 框架最低版本?
背景:我有一台带有 .NET 2.0 SP1(及更高版本)的构建机器,它使用 msbuild 和 powershell 进行构建;不幸的是,除非安装了.NET 2.0 SP2,否则工作站无法加载在此计算机上构建的二进制文件。
为了解决这个问题,我正在创建一台具有最低规格的构建机器;最重要的是.NET 2.0 SP1。
如果我安装 Powershell 2.0,是否有可能引入对更高版本的 .NET Framework 的依赖项?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以阅读Windows 管理框架(Windows PowerShell 2.0、WinRM 2.0 和 BITS 4.0)Windows XP SP3 支持 PowerShel V2.0。 PowerShell V2 基于.NET Framework 2.0。
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 SP1Some features, like ISE, and the
Out-GridView
cmdlet requires .Net 3.5 SP1