diff --git a/README.md b/README.md index 747b7541..b84385b4 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Supported Platforms: - PCL Portable Profiles 47 and 344: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. - Xamarin: Android, iOS +Dependencies: + +- .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` (part of the .Net framework, usually in the GAC) +- PCL Profile 344: None +- .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary) + Building Math.NET Numerics -------------------------- diff --git a/docs/content/index.fsx b/docs/content/index.fsx index 24411210..257c3554 100644 --- a/docs/content/index.fsx +++ b/docs/content/index.fsx @@ -32,6 +32,12 @@ Alternatively you can also download the binaries in Zip packages, available on [ - Binaries - core package and F# extensions, including .Net 4, .Net 3.5 and portable/PCL builds. - Signed Binaries - strong-named version of the core package *(not recommended)*. +Dependencies: + +- .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` (part of the .Net framework, usually in the GAC) +- PCL Profile 344: None +- .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary) + Using Math.NET Numerics with C# -------------------------------