Skip to content

Commit 9cc74b7

Browse files
committed
2 parents b0aea45 + ecaeb24 commit 9cc74b7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SAFE-Stack.github.io
2+
Website for Suave + Azure + Fable + Elmish aka SAFE-Stack
3+
4+
# Supported SAFE runtimes
5+
Due to the many different combinations of .NET runtimes, F# versions, IDEs and F# Project Types, the following table can be used to quickly identify what runtime stack that are required in order to utilise different versions of the stack.
6+
7+
*Other = Ionide / Rider etc.*
8+
9+
| TFM | F# | IDE | Project Type | Suave? | Azure? | Fable + Elmish? |
10+
|-|-|-|-|-|-|-|
11+
| NET 4.x | F#4.0 | VS2015 | Classic | Yes | Yes | No project support |
12+
| NET 4.x | F#4.1 | VS2017 | Classic | Yes | Yes | No project support |
13+
| NET 4.x | F#4.0 | VS2015 | Classic | Yes | Yes | No project support |
14+
| NET 4.x | F#4.1 | Other | Classic | Yes | Yes | No project support |
15+
| NET 4.x | F#4.1 | Other | Modern | Yes | Yes | Yes |
16+
| NetCore | F#4.1 | VS2017 | Classic | Yes | Storage TP unsupported | No project support |
17+
| NetCore | F#4.1 | VS2017 | Modern | Not yet | Not yet | Not yet |
18+
| NetCore | F#4.1 | Other | Classic | Yes | Storage TP unsupported | No project support |
19+
| NetCore | F#4.1 | Other | Modern | Yes | Storage TP unsupported | Yes |

0 commit comments

Comments
 (0)