Skip to content

Commit 1772bae

Browse files
authored
Add missing using statement
1 parent d066750 commit 1772bae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Serilog.AspNetCore/SerilogWebHostBuilderExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2019 Serilog Contributors
1+
// Copyright 2017-2019 Serilog Contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
1616
using Microsoft.Extensions.DependencyInjection;
1717
using Microsoft.AspNetCore.Hosting;
1818
using Microsoft.Extensions.Logging;
19+
using Serilog.Core;
1920
using Serilog.Extensions.Hosting;
2021
using Serilog.Extensions.Logging;
2122

0 commit comments

Comments
 (0)