Skip to content

Commit

Permalink
Update Orchard Core 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Sep 11, 2024
1 parent 4b50375 commit 9681869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- The Orchard Core version should always be x.y.0 of the latest minor version for maximum compatibility when
distributed as NuGet packages. On the other hand, the consuming projects (including OrchardCore.Commerce.Web)
should use Orchard Core references for the latest patch version to pull all versions up in the final app. -->
<OrchardCoreVersion>1.8.0</OrchardCoreVersion>
<OrchardCoreVersion>2.0.0</OrchardCoreVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<!-- The Orchard Core packages must override the version to target the latest patch version in this project. See the
Directory.Packages.props file for more details. -->
<PackageReference Include="OrchardCore.Application.Cms.Targets" VersionOverride="1.8.3" />
<PackageReference Include="OrchardCore.Logging.NLog" VersionOverride="1.8.3" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" VersionOverride="2.0.0" />
<PackageReference Include="OrchardCore.Logging.NLog" VersionOverride="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9681869

Please sign in to comment.