From 4d16301dfce7eb140d260f432c76f7433e9dffee Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 24 Feb 2018 11:49:04 +0100 Subject: [PATCH] Docs: update framework support info on index page --- docs/content/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/index.md b/docs/content/index.md index 245bb662..b4a228ce 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -9,9 +9,8 @@ regression, optimization problems and more. Math.NET Numerics is part of the [Math.NET initiative](https://www.mathdotnet.com/) and is the result of merging dnAnalytics with Math.NET Iridium, replacing both. Available for free under the [MIT/X11 License](License.html). -It targets Microsoft .Net 4, .Net 3.5 and Mono -(Windows, Linux and Mac), Silverlight 5, WindowsPhone 8 and 8.1, Windows 8/Store -(PCL 7, 47, 78, 259 and 328) and Android/iOS (Xamarin). In addition to a purely +It targets Microsoft .Net 4.0 and higher, including Mono, and .Net Standard 1.3 +and higher (with builds for .Net Standard 2.0). In addition to a purely managed implementation it also supports native hardware optimization. See [Platform Support](Compatibility.html) for full details.