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);