You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Java.Interop reference in Mono.Posix.csproj (#60)
Mono.Posix build failed because it recursively requires Java.Interop
reference (due to missing IJavaPeerable in the references).
Adding Java.Interop and System.Runtime fixes the issue (and this is
how Mono.Android builds, instead of adding <ProjectReference> ...).
0 commit comments