diff --git a/AsyncLock/AsyncLock.csproj b/AsyncLock/AsyncLock.csproj index 66bc0f2..66c7bfd 100644 --- a/AsyncLock/AsyncLock.csproj +++ b/AsyncLock/AsyncLock.csproj @@ -1,7 +1,7 @@  - netstandard1.3;netstandard2.1 + netstandard2.0;netstandard2.1;net8.0;net9.0 NeoSmart.AsyncLock NeoSmart.AsyncLock True diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 45508e9..39b4414 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -1,7 +1,7 @@ - net5.0 + net9.0 false @@ -9,10 +9,10 @@ - - - - + + + +