Skip to content

Commit

Permalink
Depending on Lombiq.HelpfulLibraries.OrchardCore instead since this i…
Browse files Browse the repository at this point in the history
…s an Orchard module anyway
  • Loading branch information
Piedone committed Mar 26, 2022
1 parent 37e3ee7 commit 93fe2f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Common\Lombiq.HelpfulLibraries.Common.csproj" />
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="3.0.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="3.0.0" />
</ItemGroup>

</Project>

0 comments on commit 93fe2f9

Please sign in to comment.