Browse Source

close #270 - Add framework table to Dependencies.html

newNR
Siegfried Pammer 12 years ago
parent
commit
a6b04d488b
  1. 31
      doc/Dependencies.html

31
doc/Dependencies.html

@ -34,5 +34,36 @@ @@ -34,5 +34,36 @@
<a href="http://wixtoolset.org/">WiX</a> for building installers.
</li>
</ul>
<p>
<strong>We highly recommend installing the matching SDK(s) for the .NET version(s) you are targeting:</strong>
</p>
<table>
<tr>
<th style="width:250px">Target platform</th>
<th>Reference Assemblies</th>
<tr>
<tr>
<td>.NET Framework 4.5.1</td>
<td><a href="http://www.microsoft.com/en-us/download/details.aspx?id=40772">Microsoft .NET Framework 4.5.1 Developer Pack</a></td>
</tr>
<tr>
<td>.NET Framework 4.5</td>
<td><a href="http://msdn.microsoft.com/en-us/windows/hardware/hh852363.aspx">Microsoft Windows SDK for Windows 8</a> (*)</td>
</tr>
<tr>
<td>.NET Framework 4.0</td>
<td><a href="http://www.microsoft.com/downloads/details.aspx?familyid=6B6C21D2-2006-4AFA-9702-529FA782D63B&amp;displaylang=en">Microsoft Windows SDK for Windows 7 and .NET Framework 4</a></td>
</tr>
<tr>
<td>.NET Framework 3.5 SP1 and below</td>
<td>Included with .NET framework</td>
</tr>
</table>
<p>
(*) Intellisense documentation files not available without Visual Studio; SharpDevelop will fall back to documentation from other .NET versions for .NET 4.5.0 projects.
</p>
</body>
</html>
Loading…
Cancel
Save