Skip to content

Commit

Permalink
upgrade To OC1.6
Browse files Browse the repository at this point in the history
upgrade To OC1.6
  • Loading branch information
hyzx86 committed Apr 19, 2023
2 parents a1d5dcf + c894042 commit 9fe231f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EasyOC.build/Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- after 1.0.3 version depend by tags v* -->
<VersionPrefix>1.0.7</VersionPrefix>
<OrchardCoreVersion>1.5.0</OrchardCoreVersion>
<OrchardCoreVersion>1.6.0</OrchardCoreVersion>
<!--<VersionSuffix>preview</VersionSuffix>-->
<PackageTags>OrcardCore,EasyOC</PackageTags>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)</VersionSuffix>
Expand Down
8 changes: 4 additions & 4 deletions src/Modules/EasyOC.Workflows/EasyOC.Workflows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

<ItemGroup>

<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.Module.Targets" Version="$(OrchardCoreVersion)" />
<PackageReference Include="OrchardCore.ContentManagement" Version="$(OrchardCoreVersion)" />
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="$(OrchardCoreVersion)" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="$(OrchardCoreVersion)" />
<PackageReference Include="OrchardCore.Workflows" Version="$(OrchardCoreVersion)" />
</ItemGroup>

Expand Down

0 comments on commit 9fe231f

Please sign in to comment.