Skip to content

Commit

Permalink
Updating Lombiq.Hosting.Tenants.Maintenance with condition
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Mar 5, 2024
1 parent fc09823 commit d9627c5
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,15 @@
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="8.0.3-alpha.0.lmbq-249" />
</ItemGroup>

<PropertyGroup>
<OrchardCoreCommercePaymentStripe>..\..\OrchardCore.Commerce\src\Modules\OrchardCore.Commerce.Payment.Stripe\OrchardCore.Commerce.Payment.Stripe.csproj</OrchardCoreCommercePaymentStripe>
</PropertyGroup>

<ItemGroup Condition="Exists($(OrchardCoreCommercePaymentStripe))">
<ProjectReference Include="$(OrchardCoreCommercePaymentStripe)" />
</ItemGroup>
<ItemGroup Condition="!Exists($(OrchardCoreCommercePaymentStripe))">
<PackageReference Include="OrchardCore.Commerce.Payment.Stripe" Version="1.3.2-alpha.1.occ-208" />
</ItemGroup>

</Project>

0 comments on commit d9627c5

Please sign in to comment.