File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
<Reference Include =" System" />
31
31
<Reference Include =" Microsoft.CSharp" />
32
32
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.0" />
33
- <Compile Remove =" SerilogLoggerLogBuilderExtensions .cs" />
33
+ <Compile Remove =" SerilogLoggingBuilderExtensions .cs" />
34
34
</ItemGroup >
35
35
36
36
<ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
44
44
45
45
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
46
46
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.0" />
47
- <Compile Remove =" SerilogLoggerLogBuilderExtensions .cs" />
47
+ <Compile Remove =" SerilogLoggingBuilderExtensions .cs" />
48
48
</ItemGroup >
49
49
50
50
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace Serilog
8
8
/// <summary>
9
9
/// Extends <see cref="ILoggingBuilder"/> with Serilog configuration methods.
10
10
/// </summary>
11
- public static class SerilogLoggerLogBuilderExtensions
11
+ public static class SerilogLoggingBuilderExtensions
12
12
{
13
13
/// <summary>
14
14
/// Add Serilog to the logging pipeline.
You can’t perform that action at this time.
0 commit comments