mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Replaced all usages of ConcurrentDictionary with NonBlocking.ConcurrentDictionary
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
global using System.Collections.Concurrent;
|
||||
// global using System.Collections.Concurrent;
|
||||
global using NonBlocking;
|
||||
|
||||
// packages
|
||||
global using Serilog;
|
||||
|
Reference in New Issue
Block a user