From 02a525acdb8953f9ee6018b77990aabed05ee149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:26:29 +0000 Subject: [PATCH 1/2] Bump SteamKit2 from 3.2.0 to 3.3.0 --- updated-dependencies: - dependency-name: SteamKit2 dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DepotDownloader/DepotDownloader.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj index e07aceca..6c2f6eca 100644 --- a/DepotDownloader/DepotDownloader.csproj +++ b/DepotDownloader/DepotDownloader.csproj @@ -1,4 +1,4 @@ - + Exe net9.0 @@ -27,6 +27,6 @@ - + From b042b055c4a656f64a734cbc0248abb71ad395f7 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Tue, 10 Jun 2025 12:18:47 +1000 Subject: [PATCH 2/2] 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);