Skip to content

Commit

Permalink
Merge pull request #88 from nblumhardt/include-loggerfactory
Browse files Browse the repository at this point in the history
Include ILoggerFactory extensions on Core 2.0
  • Loading branch information
nblumhardt authored Jul 31, 2017
2 parents 86aeba9 + d5ff474 commit dcc5e6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0-preview2-final" />
<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />
<Compile Remove="SerilogLoggerFactoryExtensions.cs" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net46' ">
Expand Down

0 comments on commit dcc5e6d

Please sign in to comment.