SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Why is required mono on Mac? #189

Closed chespinoza closed 5 years ago

chespinoza commented 5 years ago

Hi, a noob question.. why Saturn requires mono on Mac? I built successfully a testing Suave web app without installing it, and not happy to install mono really as can develop and build stuff just with dotnet :face_with_rolling_eyes: (edited)

and btw Giraffe also builds & run without mono :confused:

Krzysztof-Cieslak commented 5 years ago

It's (current, it will be changed Soon ™️) requirement of Paket, that is used by us in dotnet new saturn template.