DotNext.Threading 2.10.1
Asynchronous locks and .NET threading extensions
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>DotNext.Threading</id>
<version>2.10.1</version>
<authors>Roman Sakno</authors>
<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="1f593c9cee3743d7b30bed054bfd0ef9e4eb532e" />
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="DotNext" version="[2.10.1, 3.0.0)" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="4.7.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>