Browse Source

More ILogger ambiguity

pull/1734/head
Josh Coleman 3 years ago
parent
commit
e26380ae80
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Web/WebMVC/Infrastructure/WebContextSeed.cs

+ 2
- 2
src/Web/WebMVC/Infrastructure/WebContextSeed.cs View File

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


Loading…
Cancel
Save