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 582d088 commit 3dbcba4Copy full SHA for 3dbcba4
docs/build.sh
@@ -3,7 +3,7 @@ set -e
3
4
if [ ! -f ./docfx/docfx.exe ]; then
5
echo "Installing docfx"
6
- curl -sL https://github.com/dotnet/docfx/releases/download/v2.37/docfx.zip -o docfx.zip
+ curl -sL https://github.com/dotnet/docfx/releases/download/v2.40.12/docfx.zip -o docfx.zip
7
unzip -oq docfx.zip -d docfx
8
fi
9
0 commit comments