diff --git a/docs/content/Compatibility.md b/docs/content/Compatibility.md index 63d16e2a..19f23d3d 100644 --- a/docs/content/Compatibility.md +++ b/docs/content/Compatibility.md @@ -3,16 +3,18 @@ Platform Support Supported Platforms: -- .Net 4.0 and higher, with builds for .Net 4.0 and 4.6.1. +- .Net Framework 4.0 and higher, with builds for .Net 4.0 and 4.6.1. - .Net Standard 1.3 and higher, with builds for .Net Standard 1.3 and 2.0. -- Mono +- .Net Core (via .Net Standard) +- Mono (via .Net Framework) - Windows, Linux and Mac. The F# extensions support a slightly reduced platform set: -- .Net 4.5 and higher, with builds for .Net 4.0. +- .Net Framework 4.5 and higher, with builds for .Net 4.0. - .Net Standard 1.6 and higher, with builds for .Net Standard 1.3 and 2.0. -- Mono +- .Net Core (via .Net Standard) +- Mono (via .Net Framework) - Windows, Linux and Mac.