Resonance.USB by Roy Ben Shabat

<PackageReference Include="Resonance.USB" Version="1.2.13-pre" />

 Resonance.USB 1.2.13-pre

USB Adapter for Resonance. Resonance is a high-performance real-time C# communication library with built-in support for several different transcoding and delivery methods. This library provides an intuitive API for asynchronous communication between machines and devices by exposing a set of easy to use, pluggable components.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Resonance.USB</id>
    <version>1.2.13-pre</version>
    <authors>Roy Ben Shabat</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://github.com/royben/Resonance</projectUrl>
    <description>USB Adapter for Resonance.

Resonance is a high-performance real-time C# communication library with built-in support for several different transcoding and delivery methods. This library provides an intuitive API for asynchronous communication between machines and devices by exposing a set of easy to use, pluggable components.</description>
    <tags>Communication RealTime Network TCP UDP NamedPipes USB WebRTC SignalR</tags>
    <repository url="https://github.com/royben/Resonance" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Resonance" version="1.2.13-pre" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Management" version="5.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net5.0">
        <dependency id="Resonance" version="1.2.13-pre" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.IO.Ports" version="5.0.1" exclude="Build,Analyzers" />
        <dependency id="System.Management" version="5.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>