We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee59d1 commit 6d38de2Copy full SHA for 6d38de2
.build/setup.ps1
@@ -36,7 +36,7 @@ function Install-DocFx()
36
{
37
if(!(Test-Path $env:ChocolateyInstall\lib\docfx\tools*))
38
39
- choco install docfx --version 2.40.1
+ choco install docfx --version 2.55
40
}
41
$env:Path += ";$env:ChocolateyInstall\lib\docfx\tools"
42
0 commit comments