This commit is contained in:
JustArchi
2018-10-07 03:27:26 +02:00
parent c964700a8f
commit b3c3db30fa

View File

@@ -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