What is the equivalent of the .NET Framework 2.0 SDK for the .NET Framework 3.5?

We installed the SDK.NET Framework 2.0 on our build server to run MSBuild and run our builds. Now we are upgrading to the .NET Framework 3.5. We do not want to install the full Visual Studio, but we cannot find the .NET Framework 3.5 SDK on the Internet?

Question: what do we need to download and install in order to get the equivalent of installing the .NET Framework 3.5 SDK?

+3
source share
3 answers

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

In fact, you only need the SDK for a few things (the RDL report compiler file .targetsjumps since it recently bit me). The structure itself can do most things.

+2

.net 3.5 msbuild. .net 3.5 framework ( ), .

+4

Is this what you are looking for?

Edit: +1 Joachim answer. I did not know that MSBuild is part of the SDK.

+2
source

Source: https://habr.com/ru/post/1699351/


All Articles