From 8e191207a2e5a4e26aa3a7e9050e1455aaf5904e Mon Sep 17 00:00:00 2001 From: bezzad Date: Thu, 2 Nov 2023 17:43:33 +0330 Subject: [PATCH] updated test packages --- src/Downloader.Test/Downloader.Test.csproj | 8 ++++---- src/Samples/Downloader.Sample/Program.cs | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Downloader.Test/Downloader.Test.csproj b/src/Downloader.Test/Downloader.Test.csproj index cafc4ca..8b5dceb 100644 --- a/src/Downloader.Test/Downloader.Test.csproj +++ b/src/Downloader.Test/Downloader.Test.csproj @@ -28,10 +28,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Samples/Downloader.Sample/Program.cs b/src/Samples/Downloader.Sample/Program.cs index 1e97634..6e8d895 100644 --- a/src/Samples/Downloader.Sample/Program.cs +++ b/src/Samples/Downloader.Sample/Program.cs @@ -144,6 +144,7 @@ private static DownloadConfiguration GetDownloadConfiguration() UseDefaultCredentials = false, // your custom user agent or your_app_name/app_version. UserAgent = $"DownloaderSample/{Assembly.GetExecutingAssembly().GetName().Version?.ToString(3)}" + // Proxy = new WebProxy(new Uri($"socks5://127.0.0.1:9050")) // Proxy = new WebProxy() { // Address = new Uri("http://YourProxyServer/proxy.pac"), // UseDefaultCredentials = false,