Switched from SemaphoreSlim lock to AsyncNonKeyedLocker (#1184)

This commit is contained in:
Mark Cilia Vincenti
2024-04-21 17:32:57 +02:00
committed by GitHub
parent 12b590d9f9
commit 74f99b4e59
2 changed files with 5 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="AsyncKeyedLock" Version="6.2.4" />
<PackageReference Include="AsyncKeyedLock" Version="6.3.4" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.7" PrivateAssets="all" />
<PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="JsonExtensions" Version="1.2.0" />
@@ -12,4 +12,4 @@
<PackageReference Include="YoutubeExplode" Version="6.3.10" />
</ItemGroup>
</Project>
</Project>