什么是.NET Framework 3.5的.NET Framework 2.0 SDK的等价物?

时间:2020-12-27 17:02:16

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?

在我们的构建服务器上,我们安装了.NET Framework 2.0 SDK以启动MSBuild并运行我们的构建。现在我们正在升级到.NET Framework 3.5。我们不想安装完整的Visual Studio,但我们在互联网上找不到.NET Framework 3.5 SDK?

The question: What do we need ot download and install to get the equivalent of a .NET Framework 3.5 SDK installation?

问题:我们需要下载和安装什么来获得相当于.NET Framework 3.5 SDK的安装?

3 个解决方案

#1


2  

Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5

适用于Windows Server 2008和.NET Framework 3.5的Microsoft Windows SDK

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.

实际上,你只需要SDK来做一些事情(RDL报告编译器.targets文件跳跃到脑海,因为那个人最近咬了我)。框架本身可以做大多数事情。

#2


4  

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

.net 3.5附带编译器和msbuild捆绑在一起。只需下载正常的.net 3.5框架(不是客户端配置文件),你会没事的。

#3


2  

Is this what you're looking for?

这是你在找什么?

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

编辑:+1 Joachim的答案。不知道MSBuild是SDK的一部分。

#1


2  

Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5

适用于Windows Server 2008和.NET Framework 3.5的Microsoft Windows SDK

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.

实际上,你只需要SDK来做一些事情(RDL报告编译器.targets文件跳跃到脑海,因为那个人最近咬了我)。框架本身可以做大多数事情。

#2


4  

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

.net 3.5附带编译器和msbuild捆绑在一起。只需下载正常的.net 3.5框架(不是客户端配置文件),你会没事的。

#3


2  

Is this what you're looking for?

这是你在找什么?

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

编辑:+1 Joachim的答案。不知道MSBuild是SDK的一部分。