Skip to content

Commit 57b7dbf

Browse files
committed
Merge the microbuild branch from https://github.com/aarnott/Library.Template
Specifically, this merges [4868200 from that repo](AArnott/Library.Template@4868200).
2 parents 30fbd16 + 4868200 commit 57b7dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Get-NuGetTool.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#>
77
Param(
88
[Parameter()]
9-
[string]$NuGetVersion='6.4.0'
9+
[string]$NuGetVersion='6.12.2'
1010
)
1111

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

0 commit comments

Comments
 (0)