.NET Framework 3.5 的 .NET Framework 2.0 SDK 的等效项是什么?
在我们的构建服务器上,我们安装了 .NET Framework 2.0 SDK,以便启动 MSBuild 并运行我们的构建。 现在我们正在升级到.NET Framework 3.5。 我们不想安装完整的 Visual Studio,但我们在互联网上也找不到 .NET Framework 3.5 SDK?
问题:我们需要下载并安装什么才能获得相当于 .NET Framework 3.5 SDK 安装的效果?
On our build server, we've installed the .NET Framework 2.0 SDK in order to kick off MSBuild and run our builds. Now we are upgrading to the .NET Framework 3.5. We do not want to install the complete Visual Studio, but we cannot find a .NET Framework 3.5 SDK on the internet either?
The question: What do we need ot download and install to get the equivalent of a .NET Framework 3.5 SDK installation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
.net 3.5 附带了编译器和与之捆绑在一起的 msbuild。 只需下载普通的 .net 3.5 框架(而不是客户端配置文件)就可以了。
.net 3.5 comes with compiler and msbuild bundled with it. just download the normal .net 3.5 framework (not the client profile) and you'll be fine.
适用于 Windows Server 2008 和 .NET 的 Microsoft Windows SDK Framework 3.5
实际上,您只需要 SDK 来完成一些事情(RDL 报告编译器
.targets
文件跃入我的脑海,因为它最近困扰了我)。 框架本身可以做大多数事情。Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5
Actually, you only need the SDK for a few things (the RDL reports compiler
.targets
file leaps to mind, since that one has bitten me recently). The framework itself can do most things.这是什么 你在找什么?
编辑:+1 约阿希姆的答案。 不知道 MSBuild 是 SDK 的一部分。
Is this what you're looking for?
Edit: +1 Joachim's answer. Didn't know MSBuild was part of the SDK.