SIPSorceryMedia.Abstractions by Aaron Clauson

<PackageReference Include="SIPSorceryMedia.Abstractions" Version="0.0.3-pre" />

 SIPSorceryMedia.Abstractions 0.0.3-pre

Don't reference this package unless you are building a media end point to work with the SIPSorcery real-time communications library. In most cases a concrete implementation package such as SIPSorceryMedia.Windows should be referenced.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>SIPSorceryMedia.Abstractions</id>
    <version>0.0.3-pre</version>
    <title>SIPSorceryMedia.Abstractions</title>
    <authors>Aaron Clauson</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">BSD-3-Clause</license>
    <licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
    <icon>icon.png</icon>
    <iconUrl>http://www.sipsorcery.com/mainsite/favicon.ico</iconUrl>
    <description>Don't reference this package unless you are building a media end point to work with the SIPSorcery real-time communications library. In most cases a concrete implementation
      package such as SIPSorceryMedia.Windows should be referenced.</description>
    <releaseNotes>-0.0.1-pre: Initial pre-release</releaseNotes>
    <copyright>Copyright © 2020 Aaron Clauson</copyright>
    <tags>WebRTC VoIP SIPSorcery Media</tags>
    <repository url="https://github.com/sipsorcery/SIPSorceryMedia.Abstractions" branch="master" />
    <dependencies>
      <group targetFramework=".NETFramework4.7.2" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>