Skip to content

Commit 60e85b0

Browse files
jonathanpeppersdellis1972
authored andcommitted
[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.
1 parent f7d97c2 commit 60e85b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Java.Interop/Java.Interop-MonoAndroid.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<Import Project="Java.Interop.targets" />
7777
<PropertyGroup>
7878
<BuildDependsOn>
79-
BuildJnienvGen;
8079
BuildJniEnvironment_g_cs;
8180
BuildInteropJar;
8281
$(BuildDependsOn)

0 commit comments

Comments
 (0)