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

Saturn netcoreapp3.1 #220

Closed baronfel closed 4 years ago

baronfel commented 4 years ago

This builds off of #219 and updates the project to target netcoreapp3.1.

I'm having a problem with the definition of the application CE builder in the samples, though. Clone it down and build it and you'll see that the samples now start throwing errors inside the CE's, my guess here is due to the new implicit-yield behavior of CEs.

baronfel commented 4 years ago

@Krzysztof-Cieslak ok, this is good to go from my end now.