Hopefully some fixing
This commit is contained in:
@@ -6,8 +6,5 @@ using OrchardCore.DisplayManagement.Manifest;
|
||||
Author = "Overseas Auto Protection",
|
||||
Website = "https://oaprotection.org/",
|
||||
Version = "0.0.1",
|
||||
Description = "Overseas Auto Protection site theme.",
|
||||
Dependencies = [
|
||||
"OAP.Content",
|
||||
]
|
||||
Description = "Overseas Auto Protection site theme."
|
||||
)]
|
||||
|
||||
@@ -6,6 +6,8 @@ builder.Host.UseNLogHost();
|
||||
|
||||
builder.Services
|
||||
.AddOrchardCms()
|
||||
.EnableFeature("OrchardCore.Tenants")
|
||||
.AddSetupFeatures("OrchardCore.AutoSetup")
|
||||
// // Orchard Specific Pipeline
|
||||
// .ConfigureServices( services => {
|
||||
// })
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OrchardCore.AutoSetup" Version="1.8.2" />
|
||||
<PackageReference Include="OrchardCore.Logging.NLog" Version="1.8.2" />
|
||||
<PackageReference Include="OrchardCore.Application.Cms.Targets" Version="1.8.2" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user