Skip to content

Commit

Permalink
Fix implicit HomeRoute dependency in Autoroute (OrchardCMS#17321)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Alhayek <mike@crestapps.com>
  • Loading branch information
jbytes1027 and MikeAlhayek authored Jan 9, 2025
1 parent 4a584a3 commit 2d71ad4
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
@@ -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 2d71ad4

Please sign in to comment.