Skip to content

Commit

Permalink
Add HomeRoute dependency to Autoroute
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytes1027 committed Jan 9, 2025
1 parent eae1de0 commit e16fcde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/OrchardCore.Modules/OrchardCore.Autoroute/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Author = ManifestConstants.OrchardCoreTeam,
Website = ManifestConstants.OrchardCoreWebsite,
Version = ManifestConstants.OrchardCoreVersion,
Dependencies = ["OrchardCore.ContentTypes"],
Dependencies = [
"OrchardCore.ContentTypes",
"OrchardCore.HomeRoute",
],

Category = "Navigation"
)]

0 comments on commit e16fcde

Please sign in to comment.