DotNext.Threading by .NET Foundation and Contributors

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

 DotNext.Threading 4.6.0

Asynchronous locks and .NET threading extensions

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNext.Threading</id>
    <version>4.6.0</version>
    <authors>.NET Foundation and Contributors</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>logo.png</icon>
    <projectUrl>https://dotnet.github.io/dotNext/</projectUrl>
    <description>Asynchronous locks and .NET threading extensions</description>
    <releaseNotes>https://github.com/dotnet/dotNext/blob/master/CHANGELOG.md</releaseNotes>
    <copyright>Copyright © .NET Foundation and Contributors</copyright>
    <tags>async lock valuetaskcompletionsource</tags>
    <repository type="git" url="https://github.com/dotnet/dotNext.git" commit="4fe4a8f6b0f38bd38cf9611b4f2fdc296f9067c5" />
    <dependencies>
      <group targetFramework="net6.0">
        <dependency id="DotNext" version="4.6.0" exclude="Build,Analyzers" />
        <dependency id="System.Threading.Channels" version="6.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>