I'm using the VS For Mac Community (v7.2.2) and my Xamarin Project have as target .NET Standard 2.0. I'm having this error while trying to build the project.
Error CS0012: The type 'Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard,
I was try to set up the referenced, but does not works.The project that presents error is iOS. How can I solve this problem? Would anyone like to help me, please?