From b042b055c4a656f64a734cbc0248abb71ad395f7 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Tue, 10 Jun 2025 12:18:47 +1000 Subject: [PATCH] Adapt to SteamRE/SteamKit#1544 so that we can build again --- DepotDownloader/Steam3Session.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 9104f332..0b9f8555 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -64,7 +64,7 @@ namespace DepotDownloader var clientConfiguration = SteamConfiguration.Create(config => config - .WithHttpClientFactory(HttpClientFactory.CreateHttpClient) + .WithHttpClientFactory(static purpose => HttpClientFactory.CreateHttpClient()) ); this.steamClient = new SteamClient(clientConfiguration);