diff --git a/ArchiSteamFarm/RuntimeCompatibility.cs b/ArchiSteamFarm/RuntimeCompatibility.cs index 26abc37a6..e0d1db82d 100644 --- a/ArchiSteamFarm/RuntimeCompatibility.cs +++ b/ArchiSteamFarm/RuntimeCompatibility.cs @@ -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(this Dictionary _) { } // no-op #endif