Hopefully some fixing

This commit is contained in:
2024-04-05 09:23:36 -05:00
parent d67b849237
commit 355ff3ba83
7 changed files with 4 additions and 86 deletions

View File

@@ -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."
)]

View File

@@ -6,6 +6,8 @@ builder.Host.UseNLogHost();
builder.Services
.AddOrchardCms()
.EnableFeature("OrchardCore.Tenants")
.AddSetupFeatures("OrchardCore.AutoSetup")
// // Orchard Specific Pipeline
// .ConfigureServices( services => {
// })

View File

@@ -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>