DotNext.Threading by Roman Sakno

<PackageReference Include="DotNext.Threading" Version="2.2.0" />

 DotNext.Threading 2.2.0

Asynchronous locks and .NET threading extensions

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNext.Threading</id>
    <version>2.2.0</version>
    <authors>Roman Sakno</authors>
    <owners>Roman Sakno</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo.png</icon>
    <projectUrl>https://sakno.github.io/dotNext/</projectUrl>
    <description>Asynchronous locks and .NET threading extensions</description>
    <releaseNotes>https://github.com/sakno/dotNext/blob/master/CHANGELOG.md</releaseNotes>
    <copyright>Copyright © Roman Sakno 2019</copyright>
    <tags>async lock objectpool</tags>
    <repository type="git" url="https://github.com/sakno/dotNext.git" commit="b4b20c341caf69e6a40140aca7eaa83c184819d3" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="DotNext" version="[2.2.0, 3.0.0)" exclude="Build,Analyzers" />
        <dependency id="System.Threading.Channels" version="4.7.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>