I'm trying to run my .net application on macbook pro. I installed visual studio for mac and opened an existing application.
Below is the .net core version details installed.
Below is the error i'm getting
Error MSB6004: The specified task executable location "/Library/Frameworks/Mono.framework/Versions/5.16.0/lib/mono/4.5/aspnet_compiler.exe" is invalid. (MSB6004)
the error is thrown in the .csproj file at the below mentioned line.
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
Visual Studio version details
Will this application work at all on macosx? i can add any other information that might be needed.