Skip to content

Commit 3f86602

Browse files
committed
Think I figured out what is wrong.
1 parent 16999cc commit 3f86602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@
3030
<Reference Include="System" />
3131
<Reference Include="Microsoft.CSharp" />
3232
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.0" />
33+
<Compile Remove="SerilogLoggerServicesExtensions.cs" />
3334
</ItemGroup>
3435

3536
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
3637
<Reference Include="System.Runtime" />
3738
<Reference Include="System" />
3839
<Reference Include="Microsoft.CSharp" />
3940
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.0" />
41+
<Compile Remove="SerilogLoggerServicesExtensions.cs" />
4042
</ItemGroup>
4143

4244
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">

0 commit comments

Comments
 (0)