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
[build] remove BuildJnienvGen from Java.Interop-MonoAndroid.csproj (#480)
In f7d97c2, I forgot to update `Java.Interop-MonoAndroid.csproj`,
which was failing with:
"external\Java.Interop\src\Java.Interop\Java.Interop-MonoAndroid.csproj" (default target) (29) ->
Microsoft.Common.CurrentVersion.targets(837,7):
error MSB4057: The target "BuildJnienvGen" does not exist in the project.
We need to remove the `BuildJnienvGen` MSBuild target since it no
longer exists.
0 commit comments