Skip to content

Commit 7f03863

Browse files
committed
Update project file, bump to version 3.3.0-preview1
1 parent cd7f9c6 commit 7f03863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AsyncLock/AsyncLock.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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>

0 commit comments

Comments
 (0)