mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
#if NETFRAMEWORK || NETCOREAPP2_0
|
||||
#if NETFRAMEWORK
|
||||
using System.Collections.Generic;
|
||||
#endif
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
}
|
||||
|
||||
#if NETFRAMEWORK || NETCOREAPP2_0
|
||||
#if NETFRAMEWORK
|
||||
internal static void TrimExcess<T1, T2>(this Dictionary<T1, T2> _) { } // no-op
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user