Microsoft.VisualStudio.Services.Notifications.WebApi by Microsoft

<PackageReference Include="Microsoft.VisualStudio.Services.Notifications.WebApi" Version="16.196.0-preview" />

 Microsoft.VisualStudio.Services.Notifications.WebApi 16.196.0-preview

Integrate with Azure DevOps Server 2019 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Notifications Service via public REST APIs.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="3.4">
    <id>Microsoft.VisualStudio.Services.Notifications.WebApi</id>
    <version>16.196.0-preview</version>
    <title>Microsoft Azure DevOps Notifications Client Library</title>
    <authors>Microsoft</authors>
    <owners>microsoft,nugetvss</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">license.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://go.microsoft.com/fwlink/?LinkId=613084</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkId=615568</iconUrl>
    <description>Integrate with Azure DevOps Server 2019 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications.  Provides access to the Notifications Service via public REST APIs.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Azure DevOps Microsoft Team Foundation Server TFS VSO Visual Studio VisualStudio Online REST Notifications Notification Client Object Model OM VSTS TeamFoundation</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.2">
        <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.7" />
        <dependency id="Microsoft.VisualStudio.Services.Client" version="[16.196.0-preview]" />
        <dependency id="Newtonsoft.Json" version="12.0.3" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.7" />
        <dependency id="Microsoft.VisualStudio.Services.Client" version="[16.196.0-preview]" />
        <dependency id="Newtonsoft.Json" version="12.0.3" />
        <dependency id="System.Xml.XPath.XmlDocument" version="4.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>