CafeApp icon indicating copy to clipboard operation
CafeApp copied to clipboard

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

Open svdHero opened this issue 6 years ago • 2 comments

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.

svdHero avatar Jan 20 '20 15:01 svdHero

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.

tamizhvendan avatar Jan 24 '20 16:01 tamizhvendan

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.

svdHero avatar Jan 24 '20 18:01 svdHero