DotNext.Threading 2.9.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.9.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="37a0c5935071b2d91032f5e360d544d8489c56ee" />
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="DotNext" version="[2.9.1, 3.0.0)" exclude="Build,Analyzers" />
<dependency id="System.Threading.Channels" version="4.7.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>