SaturnFramework / Saturn

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

Project does not build in devcontainer because allowed dotnet version in global.json is too narrow #297

Closed groma84 closed 3 years ago

groma84 commented 3 years ago

When opening the solution in the supplied devcontainer the allowed global.json version is "5.0.102", whereas the docker image contains version "5.0.201". Thus the project does not build.