Post merge fixes

This commit is contained in:
Bjarke Berg
2023-03-20 09:37:11 +01:00
parent 8a99222e26
commit 27103355a5
4 changed files with 3 additions and 59 deletions

View File

@@ -26,7 +26,6 @@ public static class UmbracoBuilderExtensions
/// </summary>
public static IUmbracoBuilder AddNuCache(this IUmbracoBuilder builder)
{
// register the NuCache database data source
builder.Services.TryAddSingleton<INuCacheContentRepository, NuCacheContentRepository>();
builder.Services.TryAddSingleton<INuCacheContentService, NuCacheContentService>();
builder.Services.TryAddSingleton<PublishedSnapshotServiceEventHandler>();