Skip to content

Commit

Permalink
[get-boost] correct WebClient call
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage authored Oct 28, 2024
1 parent 2552438 commit 86e6230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/get-boost.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function DownloadFileWithRetry
}
try
{
using (WebClient wc = new WebClient())
using (WebClient wc = new System.Net.WebClient())
{
wc.Headers.Add("User-Agent: Other");
wc.DownloadFile($Url, $Out);
Expand Down

0 comments on commit 86e6230

Please sign in to comment.