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
[tests] use default ABIs in MonoAndroidExportReferencedAppStarts
This test was failing under .NET 6 because it was doing:
<RuntimeIdentifiers>android-arm;android-x86</RuntimeIdentifiers>
This situation wouldn't even deploy on an API 31 emulator, so we should just use the default value now in this test.
0 commit comments