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 Jan 9, 2025
1 parent aa68f86 commit f7434bb
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 f7434bb

Please sign in to comment.