Skip to content

Commit f361b99

Browse files
Changes: dotnet/android-tools@8a09cf7...68ea438 Other changes: * Set `$(AndroidToolsDisableMultiTargeting)` to workaround build issues Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
1 parent dba12b8 commit f361b99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<Project>
22
<Import Project="..\Directory.Build.props" />
3+
<PropertyGroup>
4+
<AndroidToolsDisableMultiTargeting>true</AndroidToolsDisableMultiTargeting>
5+
</PropertyGroup>
36
</Project>

0 commit comments

Comments
 (0)