|
|
|
@ -60,25 +60,19 @@ |
|
|
|
<h1><a name="Platform-Support" class="anchor" href="#Platform-Support">Platform Support</a></h1> |
|
|
|
<p>Supported Platforms:</p> |
|
|
|
<ul> |
|
|
|
<li>.Net Framework 4.0 and higher, with builds for .Net 4.0 and 4.6.1.</li> |
|
|
|
<li>.Net Standard 1.3 and higher, with builds for .Net Standard 1.3 and 2.0.</li> |
|
|
|
<li>.Net Core (via .Net Standard)</li> |
|
|
|
<li>Mono (via .Net Framework)</li> |
|
|
|
<li>Windows, Linux and Mac.</li> |
|
|
|
</ul> |
|
|
|
<p>The F# extensions support a slightly reduced platform set:</p> |
|
|
|
<ul> |
|
|
|
<li>.Net Framework 4.5 and higher, with builds for .Net 4.5.</li> |
|
|
|
<li>.Net Standard 1.6 and higher, with builds for .Net Standard 1.6 and 2.0.</li> |
|
|
|
<li>.Net Core (via .Net Standard)</li> |
|
|
|
<li>Mono (via .Net Framework)</li> |
|
|
|
<li>.NET 5.0 or higher, with builds for 5.0.</li> |
|
|
|
<li>.NET Framework 4.6.1 or higher, with builds for 4.6.1 and 4.8.</li> |
|
|
|
<li>.NET Standard 2.0 or higher, with builds for 2.0.</li> |
|
|
|
<li>Mono (via .NET Standard)</li> |
|
|
|
<li>Windows, Linux and Mac.</li> |
|
|
|
</ul> |
|
|
|
<h2><a name="Dependencies" class="anchor" href="#Dependencies">Dependencies</a></h2> |
|
|
|
<p>Package Dependencies:</p> |
|
|
|
<ul> |
|
|
|
<li>.Net 4.0 and higher, .Net Standard 2.0, Mono: None</li> |
|
|
|
<li>.Net Standard 1.3: NETStandard.Library and many System.* packages</li> |
|
|
|
<li>.NET 5.0 and higher: None</li> |
|
|
|
<li>.NET Framework 4.6.1: <a href="https://www.nuget.org/packages/System.ValueTuple">System.ValueTuple</a></li> |
|
|
|
<li>.NET Framework 4.8 and higher: None</li> |
|
|
|
<li>.Net Standard 2.0 and higher: None</li> |
|
|
|
<li>F#: additionally <a href="https://www.nuget.org/packages/FSharp.Core">FSharp.Core</a></li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
@ -90,7 +84,7 @@ |
|
|
|
<li class="nav-header">Math.NET Numerics</li> |
|
|
|
<li><a href="https://numerics.mathdotnet.com/Packages.html">NuGet & Binaries</a></li> |
|
|
|
<li><a href="https://numerics.mathdotnet.com/ReleaseNotes.html">Release Notes</a></li> |
|
|
|
<li><a href="https://numerics.mathdotnet.com/License.html">MIT/X11 License</a></li> |
|
|
|
<li><a href="https://numerics.mathdotnet.com/License.html">MIT License</a></li> |
|
|
|
<li><a href="https://numerics.mathdotnet.com/Compatibility.html">Platform Support</a></li> |
|
|
|
<li><a href="https://numerics.mathdotnet.com/api/">Class Reference</a></li> |
|
|
|
<li><a href="https://github.com/mathnet/mathnet-numerics/issues">Issues & Bugs</a></li> |
|
|
|
|