mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Runtime upgrade to .NET Core 2.1 (#804)
* Initial bump to .NET Core 2.1 * Add workaround for https://github.com/mono/linker/issues/286 * Deprecate BackgroundGCPeriod * Websockets updates * Misc * Check if travis works with 2.1 * Not yet * Fix travis for now * Test * Whatever, travis is broken right now * Schema update * Update travis * Test travis * Check OSX * Correct CI versions * Misc * Misc
This commit is contained in:
committed by
GitHub
parent
5a024a2d6f
commit
9a30277cf8
@@ -250,6 +250,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (GlobalConfig.BackgroundGCPeriod > 0) {
|
||||
ASF.ArchiLogger.LogGenericWarning(string.Format(Strings.WarningDeprecated, nameof(GlobalConfig.BackgroundGCPeriod), "COMPlus_GCLatencyLevel=0"));
|
||||
Hacks.EnableBackgroundGC(GlobalConfig.BackgroundGCPeriod);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user