Skip to content

Commit

Permalink
feat: improve support for configuring http client
Browse files Browse the repository at this point in the history
Improve support to configure HTTP client when using
Serilog.Settings.Configuration.

Closes #49
Closes #123
  • Loading branch information
FantasticFiasco committed Aug 9, 2020
1 parent e9749ea commit e28eb87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.3.0" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.6" />
<!-- SourceLink -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net461'">
Expand All @@ -44,7 +45,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="assets\serilog-sink-nuget.png" Pack="true" PackagePath="\"/>
<None Include="assets\serilog-sink-nuget.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit e28eb87

Please sign in to comment.