Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 20cf701

Browse files
committed
Renamed item list name
XBD changed the name, so changing it here to be consistent
1 parent 1a9d5bc commit 20cf701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141

4242
<Target Name="_XbdRestoreItems_">
4343
<ItemGroup>
44-
<RestoreAssemblyAar Include="$(_XbdAarFileFullPath_)">
44+
<XamarinBuildDownloadRestoreAssemblyAar Include="$(_XbdAarFileFullPath_)">
4545
<LogicalName>__AndroidLibraryProjects__.zip</LogicalName>
4646
<AssemblyName>$(_XbdAssemblyName_)</AssemblyName>
47-
</RestoreAssemblyAar>
47+
</XamarinBuildDownloadRestoreAssemblyAar>
4848
</ItemGroup>
4949
</Target>
50-
</Project>
50+
</Project>

0 commit comments

Comments
 (0)