Skip to content

Commit

Permalink
Merge pull request #9 from Lombiq/issue/OSOE-548
Browse files Browse the repository at this point in the history
OSOE-548: Upgrading to Orchard Core 1.6 in Hosting-Build-Version-Display
  • Loading branch information
Piedone authored Jun 18, 2023
2 parents 6fbe8fb + fc43f62 commit 7eb79a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.Tests.UI" Version="6.1.0" />
<PackageReference Include="Lombiq.Tests.UI" Version="7.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Module.Targets" Version="1.5.0" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.5.0" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.6.0" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.6.0" />
</ItemGroup>

<ItemGroup>
Expand All @@ -51,7 +51,7 @@
</ItemGroup>

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

<!-- The targets file will be automatically imported when using the project from NuGet but needs an explicit import
Expand Down

0 comments on commit 7eb79a6

Please sign in to comment.