This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $proj = @"
5555# #########################
5656# Install .NET Core CLI
5757# #########################
58- $dotNetCoreVersion = " 2.1.301 "
58+ $dotNetCoreVersion = " 2.1.400 "
5959$dotNetInstallerUri = " https://dot.net/dotnet-install.ps1"
6060Function Remove-PathVariable ([string ]$variableToRemove )
6161{
Original file line number Diff line number Diff line change 2121# ##########################################################################
2222# Install .NET Core CLI
2323# ##########################################################################
24- curl -sSL https://dot.net/dotnet-install.sh | bash /dev/stdin --channel current --version 2.1.301 --install-dir $DOTNET_INSTALL_PATH
24+ curl -sSL https://dot.net/dotnet-install.sh | bash /dev/stdin --channel current --version 2.1.400 --install-dir $DOTNET_INSTALL_PATH
2525
2626# ##########################################################################
2727# INSTALL CAKE
You can’t perform that action at this time.
0 commit comments