From 16d1e048c4fcc24b21801604a751cd3a951140ca Mon Sep 17 00:00:00 2001 From: "minecraftitsover90@gmail.com" Date: Sat, 17 Feb 2024 19:10:55 +1030 Subject: [PATCH] revert commit --- DepotDownloader/CDNClientPool.cs | 3 +++ DepotDownloader/DepotDownloader.csproj | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/DepotDownloader/CDNClientPool.cs b/DepotDownloader/CDNClientPool.cs index 58b3ebf7..2f85d69c 100644 --- a/DepotDownloader/CDNClientPool.cs +++ b/DepotDownloader/CDNClientPool.cs @@ -1,8 +1,11 @@ using System; using System.Collections.Concurrent; +using System.Collections.Generic; +using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; +using SteamKit2; using SteamKit2.CDN; namespace DepotDownloader diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj index b142ba2f..85fe1a3d 100644 --- a/DepotDownloader/DepotDownloader.csproj +++ b/DepotDownloader/DepotDownloader.csproj @@ -1,4 +1,4 @@ - + Exe net8.0 @@ -15,6 +15,12 @@ - + + + + + + ..\..\SteamKit\SteamKit2\SteamKit2\bin\Debug\net8.0\SteamKit2.dll +