Adapt to SteamRE/SteamKit#1544 so that we can build again

pull/635/head
Yaakov 3 months ago committed by GitHub
parent 02a525acdb
commit b042b055c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save