Skip to content

Commit d216289

Browse files
committed
Fix some post-rebase errors
1 parent 4dee599 commit d216289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ because xbuild doesn't support framework reference assemblies.
15221522
LinkingEnabled="$(_LinkingEnabled)"
15231523
HaveMultipleRIDs="$(_HaveMultipleRIDs)"
15241524
IntermediateOutputDirectory="$(IntermediateOutputPath)"
1525-
Environments="@(_EnvironmentFiles)">
1525+
Environments="@(_EnvironmentFiles)"
15261526
EnableNativeRuntimeLinking="$(_AndroidEnableNativeRuntimeLinking)">
15271527
</GenerateJavaStubs>
15281528

0 commit comments

Comments
 (0)