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 3030 <Reference Include =" System" />
3131 <Reference Include =" Microsoft.CSharp" />
3232 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.0" />
33- <Compile Remove =" SerilogLoggerLogBuilderExtensions .cs" />
33+ <Compile Remove =" SerilogLoggingBuilderExtensions .cs" />
3434 </ItemGroup >
3535
3636 <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
4444
4545 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
4646 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.0" />
47- <Compile Remove =" SerilogLoggerLogBuilderExtensions .cs" />
47+ <Compile Remove =" SerilogLoggingBuilderExtensions .cs" />
4848 </ItemGroup >
4949
5050 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace Serilog
88 /// <summary>
99 /// Extends <see cref="ILoggingBuilder"/> with Serilog configuration methods.
1010 /// </summary>
11- public static class SerilogLoggerLogBuilderExtensions
11+ public static class SerilogLoggingBuilderExtensions
1212 {
1313 /// <summary>
1414 /// Add Serilog to the logging pipeline.
You can’t perform that action at this time.
0 commit comments