diff --git a/Meds.Watchdog/Steam/SteamDownloader.cs b/Meds.Watchdog/Steam/SteamDownloader.cs index 695c5af..e8bdacf 100644 --- a/Meds.Watchdog/Steam/SteamDownloader.cs +++ b/Meds.Watchdog/Steam/SteamDownloader.cs @@ -26,7 +26,6 @@ public static class SteamDownloaderFactory { public static void AddSteamDownloader(this IServiceCollection collection, SteamConfiguration config) { - ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls13; var categoryCleaner = new Regex("^[0-9a-f]+/"); collection.AddSingleton(svc => {