App.Metrics.AspNetCore.Tracking by Allan Hardy and Contributors

<PackageReference Include="App.Metrics.AspNetCore.Tracking" Version="3.1.0" />

 App.Metrics.AspNetCore.Tracking 3.1.0

App Metrics ASP.NET Core Tracking provides the ability to automatically collect typical web metrics from an ASP.NET Core application.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>App.Metrics.AspNetCore.Tracking</id>
    <version>3.1.0</version>
    <authors>Allan Hardy and Contributors</authors>
    <owners>Allan Hardy and Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <projectUrl>https://app-metrics.io/</projectUrl>
    <iconUrl>https://app-metrics.io/images/logo.png</iconUrl>
    <description>App Metrics ASP.NET Core Tracking provides the ability to automatically collect typical web metrics from an ASP.NET Core application.</description>
    <copyright>Allan Hardy 2016</copyright>
    <tags>appmetrics aspnetcore metrics</tags>
    <repository type="git" url="git://github.com/AppMetrics/AppMetrics" commit="bf425b1eee561390c704a05c9ca281a97a139bda" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="App.Metrics.AspNetCore.Hosting" version="3.1.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>