Error MSB4019 with Visual Studio for Mac

With visual studio for Mac

/Users/piyushbhatt/Projects/myfmf/FMF/FMF.Web/fmf.Web.csproj(3.3): Error MSB4019: Imported project "/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono /xbuild/Microsoft/VisualStudio/v15.0/WebApplications/Microsoft.WebApplication.targets "was not found. Verify that the path in the declaration is correct and that the file exists on disk. (MSB4019) (FindMeFood.Web)

+6
source share
3 answers

You can copy the WebApplications folder from /Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/xbuild/Microsoft/VisualStudio/v14.0 - v15.0 to fix it.

+7
source

It seems to be missing from the mono5 package. Report a bug

@ https://bugzilla.xamarin.com/

I tried to copy files manually from folder 14, but ended up encountering other problems.

0
source

Source: https://habr.com/ru/post/1016808/


All Articles