NLog.Web by NLog

<PackageReference Include="NLog.Web" Version="4.5.1" />

 NLog.Web 4.5.1

Extend NLog with targets and layout renderers for websites and web applications. This package is for ASP.NET 3.5+ For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NLog.Web</id>
    <version>4.5.1</version>
    <title>NLog.Web</title>
    <authors>NLog</authors>
    <owners>NLog</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/NLog/NLog.Web/raw/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/NLog/NLog.Web</projectUrl>
    <iconUrl>http://nlog-project.org/N.png</iconUrl>
    <description>Extend NLog with targets and layout renderers for websites and web applications.
This package is for ASP.NET 3.5+

For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore</description>
    <releaseNotes>- Fix IHttpContextAccessor warning
- Add IncludeScheme option to ${aspnet-request-url}
- Updated dependencies</releaseNotes>
    <copyright>Copyright 2014-2017</copyright>
    <tags>nlog log target layoutrenderer web asp.net</tags>
    <dependencies>
      <dependency id="NLog" version="4.4.12" />
    </dependencies>
  </metadata>
</package>