Skip to content

Commit

Permalink
Merge pull request #37 from Lombiq/issue/OSOE-548
Browse files Browse the repository at this point in the history
OSOE-548: Upgrade to Orchard Core 1.6 in Hosting-Media-Theme
  • Loading branch information
Piedone authored Jun 18, 2023
2 parents de95b2e + 89a917a commit 0346996
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Deployment.Abstractions" Version="1.5.0" />
<PackageReference Include="OrchardCore.DisplayManagement.Abstractions" Version="1.5.0" />
<PackageReference Include="OrchardCore.Recipes.Abstractions" Version="1.5.0" />
<PackageReference Include="OrchardCore.ResourceManagement.Abstractions" Version="1.5.0" />
<PackageReference Include="OrchardCore.Media" Version="1.5.0" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.5.0" />
<PackageReference Include="Scrutor" Version="4.2.0" />
<PackageReference Include="OrchardCore.Deployment.Abstractions" Version="1.6.0" />
<PackageReference Include="OrchardCore.DisplayManagement.Abstractions" Version="1.6.0" />
<PackageReference Include="OrchardCore.Recipes.Abstractions" Version="1.6.0" />
<PackageReference Include="OrchardCore.ResourceManagement.Abstractions" Version="1.6.0" />
<PackageReference Include="OrchardCore.Media" Version="1.6.0" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.6.0" />
<PackageReference Include="Scrutor" Version="4.2.2" />
</ItemGroup>

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

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Title>Lombiq Hosting - Media Theme Deployer for Orchard Core</Title>
<Authors>Lombiq Technologies</Authors>
<Copyright>Copyright © 2022, Lombiq Technologies Ltd.</Copyright>
<Description>Lombiq Hosting - Media Theme Deployer for Orchard Core: A tool to easily export Media Themes. See the project website for detailed documentation.</Description>
<Description>Lombiq Hosting - Media Theme Deployer for Orchard Core: A tool to easily export Media Themes. See the project website for detailed documentation.</Description>
<PackageIcon>NuGetIcon.png</PackageIcon>
<PackageTags>OrchardCore;Lombiq;AspNetCore;Media;Deployer</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Hosting-Media-Theme</RepositoryUrl>
Expand All @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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>
2 changes: 1 addition & 1 deletion Lombiq.Hosting.MediaTheme/Lombiq.Hosting.MediaTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 0346996

Please sign in to comment.