We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using
1 parent d066750 commit 1772baeCopy full SHA for 1772bae
src/Serilog.AspNetCore/SerilogWebHostBuilderExtensions.cs
@@ -1,4 +1,4 @@
1
-// Copyright 2017-2019 Serilog Contributors
+// Copyright 2017-2019 Serilog Contributors
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
using Microsoft.Extensions.DependencyInjection;
17
using Microsoft.AspNetCore.Hosting;
18
using Microsoft.Extensions.Logging;
19
+using Serilog.Core;
20
using Serilog.Extensions.Hosting;
21
using Serilog.Extensions.Logging;
22
0 commit comments