.NET Framework 3.5 的 .NET Framework 2.0 SDK 的等效项是什么?

发布于 2024-07-08 19:37:02 字数 225 浏览 4 评论 0原文

在我们的构建服务器上,我们安装了 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

北陌 2024-07-15 19:37:02

.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.

任性一次 2024-07-15 19:37:02

适用于 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.

阪姬 2024-07-15 19:37:02

这是什么 你在找什么?

编辑:+1 约阿希姆的答案。 不知道 MSBuild 是 SDK 的一部分。

Is this what you're looking for?

Edit: +1 Joachim's answer. Didn't know MSBuild was part of the SDK.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文