﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>System.Net.Http.Rtc</id>
    <version>4.0.1</version>
    <title>System.Net.Http.Rtc</title>
    <authors>Microsoft</authors>
    <owners>microsoft,dotnetframework</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>https://dot.net/</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Provides the System.Net.Http.RtcRequestFactory class, which creates HTTP requests for use with the Real-Time-Communications (RTC) background notification infrastructure.

Commonly Used Types:
System.Net.Http.RtcRequestFactory
 
When using NuGet 3.x this package requires at least version 3.4.</description>
    <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799417</releaseNotes>
    <copyright>© Microsoft Corporation.  All rights reserved.</copyright>
    <serviceable>true</serviceable>
    <dependencies>
      <group targetFramework=".NETCore5.0">
        <dependency id="Microsoft.NETCore.Platforms" version="1.0.1" />
        <dependency id="System.Net.Http" version="4.1.0" />
        <dependency id="System.Runtime" version="4.1.0" />
      </group>
      <group targetFramework=".NETStandard1.1">
        <dependency id="System.Net.Http" version="4.1.0" />
        <dependency id="System.Runtime" version="4.1.0" />
      </group>
      <group targetFramework="Windows8.0" />
    </dependencies>
  </metadata>
</package>