We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dee599 commit d216289Copy full SHA for d216289
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
@@ -1522,7 +1522,7 @@ because xbuild doesn't support framework reference assemblies.
1522
LinkingEnabled="$(_LinkingEnabled)"
1523
HaveMultipleRIDs="$(_HaveMultipleRIDs)"
1524
IntermediateOutputDirectory="$(IntermediateOutputPath)"
1525
- Environments="@(_EnvironmentFiles)">
+ Environments="@(_EnvironmentFiles)"
1526
EnableNativeRuntimeLinking="$(_AndroidEnableNativeRuntimeLinking)">
1527
</GenerateJavaStubs>
1528
0 commit comments