Skip to content

Commit

Permalink
Bump nuget.exe build tool to 6.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 27, 2025
1 parent e562b36 commit 9409f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Get-NuGetTool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#>
Param(
[Parameter()]
[string]$NuGetVersion='6.4.0'
[string]$NuGetVersion='6.12.2'
)

$toolsPath = & "$PSScriptRoot\Get-TempToolsPath.ps1"
Expand Down

0 comments on commit 9409f44

Please sign in to comment.