From e26380ae801450b054e8ade474ce4537e83cd9c0 Mon Sep 17 00:00:00 2001 From: Josh Coleman Date: Tue, 3 Aug 2021 11:49:03 -0700 Subject: [PATCH] More ILogger ambiguity --- src/Web/WebMVC/Infrastructure/WebContextSeed.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Web/WebMVC/Infrastructure/WebContextSeed.cs b/src/Web/WebMVC/Infrastructure/WebContextSeed.cs index 16696af9d..8b7a749e0 100644 --- a/src/Web/WebMVC/Infrastructure/WebContextSeed.cs +++ b/src/Web/WebMVC/Infrastructure/WebContextSeed.cs @@ -32,7 +32,7 @@ namespace WebMVC.Infrastructure } } - static void GetPreconfiguredCSS(string contentRootPath, string webroot, ILogger log) + static void GetPreconfiguredCSS(string contentRootPath, string webroot, Serilog.ILogger log) { try { @@ -52,7 +52,7 @@ namespace WebMVC.Infrastructure } } - static void GetPreconfiguredImages(string contentRootPath, string webroot, ILogger log) + static void GetPreconfiguredImages(string contentRootPath, string webroot, Serilog.ILogger log) { try {