Serilog.Extras.Web by Serilog Contributors

<PackageReference Include="Serilog.Extras.Web" Version="1.2.26" />

 Serilog.Extras.Web 1.2.26

An event enricher for Serilog that adds details of the executing ASP.NET HTTP request. Replaces the deprecated Serilog.Web package.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Serilog.Extras.Web</id>
    <version>1.2.26</version>
    <authors>Serilog Contributors</authors>
    <owners>Serilog Contributors</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>http://serilog.net</projectUrl>
    <iconUrl>http://serilog.net/images/serilog-nuget.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>An event enricher for Serilog that adds details of the executing ASP.NET HTTP request. Replaces the deprecated Serilog.Web package.</description>
    <language>en-US</language>
    <tags>serilog logging aspnet</tags>
    <dependencies>
      <dependency id="Serilog" />
    </dependencies>
  </metadata>
</package>