You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data/IO Packages for reading and writing data (optional):
44
45
@@ -50,21 +51,16 @@ Platform Support and Dependencies
50
51
51
52
Supported Platforms:
52
53
53
-
- .Net Framework 4.0 or higher and Mono (Package includes builds for 4.0 and 4.6.1)
54
-
- .Net Standard 1.3 or higher (Package includes builds for 1.3 and 2.0)
55
-
56
-
Supported Platforms for the F# extensions:
57
-
58
-
- .Net Framework 4.5 or higher (Package includes builds for 4.5)
59
-
- .Net Standard 1.6 or higher (Package includes builds for 1.6 and 2.0)
54
+
- .NET 5.0 or higher (Package includes builds for 5.0)
55
+
- .NET Framework 4.6.1 or higher (Package includes builds for 4.6.1 and 4.8)
56
+
- .NET Standard 2.0 or higher (Package includes builds for 2.0)
60
57
61
58
For full details, dependencies and platform discrepancies see [Platform Compatibility](https://numerics.mathdotnet.com/Compatibility.html).
62
59
63
60
Building Math.NET Numerics
64
61
--------------------------
65
62
66
-
Windows (.Net): [](https://ci.appveyor.com/project/cdrnet/mathnet-numerics)
67
-
Linux (Mono): [](https://travis-ci.org/mathnet/mathnet-numerics)
63
+
Windows (.Net): [](https://ci.appveyor.com/project/cdrnet/mathnet-numerics)
68
64
69
65
You can build Math.NET Numerics with an IDE like VisualStudio or JetBrains Rider, with MsBuild, .Net CLI tools or with FAKE (recommended).
0 commit comments