Skip to content

Commit

Permalink
Docs clarification
Browse files Browse the repository at this point in the history
Co-authored-by: Sára El-Saig <david.el-saig@lombiq.com>
  • Loading branch information
Piedone and sarahelsaig authored Feb 25, 2024
1 parent 5abdf0f commit 8f84039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Lombiq.TrainingDemo/Lombiq.TrainingDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.2" />
</ItemGroup>

<!-- The two Helpful Libraries inclusions are necessary to support using the module both from its standalone solution,
as well as from https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions. -->
<!-- This module requires Lombiq.HelpfulLibraries.OrchardCore, and it can be included two ways. The PackageReference
is used by the standalone solution, while ProjectReference is needed when including the module in
https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions. Only one of the two is ever active. -->

<ItemGroup Condition="Exists('..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj')">
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj" />
Expand Down

0 comments on commit 8f84039

Please sign in to comment.