Skip to content

Commit

Permalink
Simplified Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Apr 14, 2024
1 parent aa5c864 commit e102433
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@

using System.Net;
using System.Security;
using NanoByte.Common;
using NanoByte.Common.Net;
using NanoByte.Common.Tasks;
using NDesk.Options;
using ZeroInstall.Publish.Capture.Cli;

ProcessUtils.SanitizeEnvironmentVariables();
NetUtils.ApplyProxy();
ServicePointManager.DefaultConnectionLimit = 16;

using var handler = new AnsiCliTaskHandler();

Expand Down

0 comments on commit e102433

Please sign in to comment.