File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard1.3;net5.0 </TargetFrameworks >
4+ <TargetFrameworks >netstandard1.3;netstandard2.1 </TargetFrameworks >
55 <RootNamespace >NeoSmart.AsyncLock</RootNamespace >
66 <PackageId >NeoSmart.AsyncLock</PackageId >
77 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8- <Version >3.2.1 </Version >
8+ <Version >3.3.0-preview1 </Version >
99 <Authors >NeoSmart Technologies, Mahmoud Al-Qudsi</Authors >
1010 <Company >NeoSmart Technologies</Company >
1111 <Product >NeoSmart.AsyncLock</Product >
1212 <Description >A C# lock replacement for async/await, supporting recursion/re-entrance and asynchronous waits. Handles async recursion correctly - note that Nito.AsyncEx does not!</Description >
13- <Copyright >Copyright NeoSmart Technologies 2017-2022 </Copyright >
13+ <Copyright >Copyright NeoSmart Technologies 2017-2025 </Copyright >
1414 <PackageLicense >MIT</PackageLicense >
1515 <PackageProjectUrl >https://neosmart.net/blog/2017/asynclock-an-asyncawait-friendly-locking-library-for-c-and-net/</PackageProjectUrl >
1616 <RepositoryUrl >https://github.com/neosmart/AsyncLock</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments