Bugsnag.AspNet.Core by snmaynard kattrali martin308

<PackageReference Include="Bugsnag.AspNet.Core" Version="2.2.3-alpha.1" />

 Bugsnag.AspNet.Core 2.2.3-alpha.1

The Bugsnag Notifier for ASP.NET Core gives you instant notification of exceptions thrown from your ASP.NET Core applications. Any uncaught exceptions will trigger a notification to be sent to your Bugsnag project.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Bugsnag.AspNet.Core</id>
    <version>2.2.3-alpha.1</version>
    <title>Bugsnag .NET ASP.NET Core Notifier</title>
    <authors>snmaynard kattrali martin308</authors>
    <owners>snmaynard kattrali martin308</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/bugsnag/bugsnag-dotnet/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/bugsnag/bugsnag-dotnet</projectUrl>
    <iconUrl>https://s3.amazonaws.com/bugsnag.com/images/square-logo-small.png</iconUrl>
    <description>The Bugsnag Notifier for ASP.NET Core gives you instant notification of exceptions thrown from your ASP.NET Core applications. Any uncaught exceptions will trigger a notification to be sent to your Bugsnag project.</description>
    <copyright>© 2018 Bugsnag Inc.</copyright>
    <tags>bugsnag crash exception-handling exception-reporting exception-handler error-monitoring error-reporting error-handling unhandled-exceptions debug exceptions error errors bug bugs crash-reporting crash-reporting-tool error-log diagnostic</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="Bugsnag" version="2.2.3-alpha.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Diagnostics.Abstractions" version="1.1.5" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Hosting.Abstractions" version="1.1.3" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http" version="1.1.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http.Extensions" version="1.1.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DiagnosticAdapter" version="1.1.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="1.1.2" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="System.Diagnostics.DiagnosticSource" version="4.4.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Bugsnag" version="2.2.3-alpha.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Diagnostics.Abstractions" version="2.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Hosting.Abstractions" version="2.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http" version="2.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http.Extensions" version="2.0.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DiagnosticAdapter" version="1.1.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options.ConfigurationExtensions" version="2.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Diagnostics.DiagnosticSource" version="4.4.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>