Skip to content

Commit e8283f1

Browse files
committed
Use HTTPS for fetching NuGet.exe
1 parent cebe3fb commit e8283f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dir.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<!-- Download latest nuget.exe -->
4949
<DownloadFile FileName="$(NuGetToolPath)"
50-
Address="http://www.nuget.org/nuget.exe"
50+
Address="https://www.nuget.org/nuget.exe"
5151
Condition="!Exists('$(NuGetToolPath)')" />
5252

5353
<!-- Restore build tools -->

0 commit comments

Comments
 (0)