Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 01f9707

Browse files
authored
Switching to nuget 5.3.1. Should address some CredentialProvider issues we are seeing. (#320)
1 parent acf3090 commit 01f9707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/common.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Function Install-NuGet {
434434

435435
Trace-Log 'Downloading nuget.exe'
436436
Invoke-WebRequest `
437-
https://dist.nuget.org/win-x86-commandline/v5.3.0/nuget.exe `
437+
https://dist.nuget.org/win-x86-commandline/v5.3.1/nuget.exe `
438438
-UseBasicParsing `
439439
-OutFile $NuGetExe
440440

0 commit comments

Comments
 (0)