refactor: move WebHostBuilderExtensions to common lib
This commit is contained in:
parent
9ceec5ca1a
commit
b24e24f3f7
@ -1,6 +1,7 @@
|
|||||||
using System.Security.Cryptography.X509Certificates;
|
using System.Security.Cryptography.X509Certificates;
|
||||||
|
using Microsoft.AspNetCore.Hosting;
|
||||||
|
|
||||||
namespace OliverBooth.Extensions;
|
namespace OliverBooth.Common.Extensions;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Extension methods for <see cref="IWebHostBuilder" />.
|
/// Extension methods for <see cref="IWebHostBuilder" />.
|
@ -7,7 +7,6 @@ using Markdig;
|
|||||||
using OliverBooth.Common.Extensions;
|
using OliverBooth.Common.Extensions;
|
||||||
using OliverBooth.Common.Markdown.Template;
|
using OliverBooth.Common.Markdown.Template;
|
||||||
using OliverBooth.Common.Services;
|
using OliverBooth.Common.Services;
|
||||||
using OliverBooth.Extensions;
|
|
||||||
using OliverBooth.Markdown.Timestamp;
|
using OliverBooth.Markdown.Timestamp;
|
||||||
using OliverBooth.Services;
|
using OliverBooth.Services;
|
||||||
using Serilog;
|
using Serilog;
|
||||||
|
Loading…
Reference in New Issue
Block a user