Skip to content

Commit

Permalink
Merge pull request #30 from Lombiq/issue/OSOE-392
Browse files Browse the repository at this point in the history
OSOE-392: Upgrade to Orchard Core 1.5 in Orchard-JSON-Editor
  • Loading branch information
Piedone authored Dec 6, 2022
2 parents 0af79e7 + 69b317a commit 146c0c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Lombiq.JsonEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Module.Targets" Version="1.4.0" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.4.0" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="1.4.0" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.4.0" />
<PackageReference Include="OrchardCore.ContentFields" Version="1.4.0" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.5.0" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.5.0" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="1.5.0" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.5.0" />
<PackageReference Include="OrchardCore.ContentFields" Version="1.5.0" />
</ItemGroup>

<Import Condition="'$(NuGetBuild)' != 'true'" Project="..\..\Utilities\Lombiq.Npm.Targets\Lombiq.Npm.Targets.props" />
Expand All @@ -51,6 +51,6 @@
</ItemGroup>

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

0 comments on commit 146c0c9

Please sign in to comment.