We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221b6d6 commit f8f6bc4Copy full SHA for f8f6bc4
src/build.proj
@@ -28,7 +28,7 @@
28
<!-- Tools -->
29
<PropertyGroup>
30
<NuGetCommandLine>"$(UserProfile)\.nuget\packages\nuget.commandline\6.8.0\tools\NuGet.exe"</NuGetCommandLine>
31
- <ChocolateyCommandLine>"$(UserProfile)\.nuget\packages\chocolatey\1.4.0\tools\chocolateyInstall\choco.exe"</ChocolateyCommandLine>
+ <ChocolateyCommandLine>"$(UserProfile)\.nuget\packages\chocolatey\2.2.2\tools\chocolateyInstall\choco.exe"</ChocolateyCommandLine>
32
</PropertyGroup>
33
34
<Target Name="Clean">
0 commit comments