I am new to Visual Studio. I have downloaded a web app from Azure Multi-tenant. But when I am trying to run the app, I receive the following error message:
/Users/MySystem/Desktop/active-directory-dotnet-webapp-multitenant-openidconnect/TodoListWebApp/TodoListWebApp.csproj(3,3): Error MSB4019: The imported project "/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/WebApplications/Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. (MSB4019)
I have already tried to modify .csproj file as given in this link but am unable to resolve the issue. Please note I am working on Mac Visual Studio.
Any idea or suggestions would be grateful.