From a6b04d488be44f98847b91c9e2461453f5958b0f Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sat, 11 Jan 2014 00:09:14 +0100 Subject: [PATCH] close #270 - Add framework table to Dependencies.html --- doc/Dependencies.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/Dependencies.html b/doc/Dependencies.html index ed8bdf4c9a..2e9e6f42b5 100644 --- a/doc/Dependencies.html +++ b/doc/Dependencies.html @@ -34,5 +34,36 @@ WiX for building installers. + +

+ We highly recommend installing the matching SDK(s) for the .NET version(s) you are targeting: +

+ + + + + + + + + + + + + + + + + + + + + + +
Target platformReference Assemblies
.NET Framework 4.5.1Microsoft .NET Framework 4.5.1 Developer Pack
.NET Framework 4.5Microsoft Windows SDK for Windows 8 (*)
.NET Framework 4.0Microsoft Windows SDK for Windows 7 and .NET Framework 4
.NET Framework 3.5 SP1 and belowIncluded with .NET framework
+ +

+ (*) Intellisense documentation files not available without Visual Studio; SharpDevelop will fall back to documentation from other .NET versions for .NET 4.5.0 projects. +

\ No newline at end of file