Skip to content

Commit

Permalink
Add SponsorLinkImported so we can skip imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 29, 2024
1 parent ba1310c commit c81f532
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SponsorLink/SponsorLink.targets
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,9 @@ partial class SponsorLink
</ItemGroup>
</Target>

<PropertyGroup>
<!-- Can be used in analyzer projects to detect double imports -->
<SponsorLinkImported>true</SponsorLinkImported>
</PropertyGroup>

</Project>

0 comments on commit c81f532

Please sign in to comment.