Just downloaded Visual Studio Professional for Mac and I cannot seem to build anything as I always get the same error:
/Library/Frameworks/Mono.framework/Version
This is a bug that will be fixed shortly. Meanwhile, you can edit your csproj file to add
portable
after the line with full or pdbonly
full
pdbonly
Essentially, we want the DebugType property on Mac to be portable, which is supported by Roslyn's csc.exe on non-windows platforms, instead of pdb.
DebugType
csc.exe
pdb