Microsoft.ApplicationInsights by Microsoft

<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />

.NET API 385,976 bytes

 Microsoft.ApplicationInsights 2.22.0

Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.ApplicationInsights</id>
    <version>2.22.0</version>
    <title>Application Insights API</title>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://go.microsoft.com/fwlink/?LinkId=392727</projectUrl>
    <description>Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</description>
    <releaseNotes>You should not use this nuget package for Win Phone, WinStore and UWP applications. It is not supported starting 2.0.0.
      For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Analytics Azure ApplicationInsights Telemetry Monitoring SDK</tags>
    <packageTypes>
      <packageType name="Dependency" />
    </packageTypes>
    <repository type="Git" url="https://github.com/Microsoft/ApplicationInsights-dotnet" commit="43825e06a22cdfb702fc199a7ba99a7d541d48c6" />
    <dependencies>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.6">
        <dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5.2, .NETFramework4.6" />
    </frameworkAssemblies>
  </metadata>
</package>