Skip to content

Commit

Permalink
Add new import path to Includes.props
Browse files Browse the repository at this point in the history
Include a new import path in the Includes.props file for PackSite Libraries.
  • Loading branch information
adambajguz committed Nov 10, 2024
1 parent 299ba2e commit 3759e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/props/Includes.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<ImportGroup>
<Import Project="Analyzers.props" Condition="Exists('Analyzers.props')" />
<Import Project="PackSite.Libraries.props" Condition="Exists('PackSite.Libraries.props')" />
<Import Project="PackSite/PackSite.Libraries.props" Condition="Exists('PackSite/PackSite.Libraries.props')" />
</ImportGroup>

</Project>

0 comments on commit 3759e6c

Please sign in to comment.