vote up 2 vote down star

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?

flag

3 Answers

vote up 1 vote down check

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.

link|flag
vote up 3 vote down

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

link|flag
vote up 2 vote down

Is this what you're looking for?

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.