mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-02 13:13:41 +00:00
Switched from SemaphoreSlim lock to AsyncNonKeyedLocker (#1184)
This commit is contained in:
committed by
GitHub
parent
12b590d9f9
commit
74f99b4e59
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user