Skip to content

Commit

Permalink
Back out unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Dec 5, 2024
1 parent 6c7d7e8 commit c8a77a2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ This file is used by all project types, including binding projects.
</ItemGroup>
</Target>

<Target Name="_ExtractLibraryProjectImports"
DependsOnTargets="_ResolveLibraryProjectImports"
>
<Target Name="_ExtractLibraryProjectImports" DependsOnTargets="_ResolveLibraryProjectImports">
<ReadLibraryProjectImportsCache
CacheFile="$(_AndroidLibraryProjectImportsCache)">
<Output TaskParameter="ResolvedResourceDirectories" ItemName="LibraryResourceDirectories" />
Expand Down

0 comments on commit c8a77a2

Please sign in to comment.