Browse Source

Docs: compatibility: make the wording a bit clearer

pull/599/head
Christoph Ruegg 8 years ago
parent
commit
0284a24cd3
  1. 10
      docs/content/Compatibility.md

10
docs/content/Compatibility.md

@ -3,16 +3,18 @@ Platform Support
Supported Platforms: 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. - .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. - Windows, Linux and Mac.
The F# extensions support a slightly reduced platform set: 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. - .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. - Windows, Linux and Mac.

Loading…
Cancel
Save