tamizhvendan / CafeApp

A Real World Business Application using F# and Suave
90 stars 21 forks source link

MSB4057: The target "Build" does not exist in the project. #6

Open svdHero opened 4 years ago

svdHero commented 4 years ago

Hi @tamizhvendan ,

I am using your project for learning good DDD architecture of F# projects. However, when I try to run build.cmd I get the error

MSB4057: The target "Build" does not exist in the project.

in the CafeApp.Web.fsproj during the build stage.

I have no experience with FAKE and Paket so far. Do you mind fixing the build scripts so that they build with the latest .NET or even with .NET Core 3.1?

That would be really great. Thank you so much.

tamizhvendan commented 4 years ago

Hi @svdHero,

It's a four-year-old project, and the fake & paket version that was used is outdated.

I am currently held up, and I am not sure how much time I can spend on this.

I'd suggest, create a new F# project and copy this codebase over to have an executable version.

If you'd like to understand this codebase, you may find my functional conference talk based on this Cafe App useful.

svdHero commented 4 years ago

Ah ok. I didn't know there was a talk to it. Thanks or the link. I will try to compile it with a new project. If sucessful, I can open a PR if you like.