Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit eac19cf

Browse files
aligning dotnet versions
1 parent b1275da commit eac19cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
6060
Function Remove-PathVariable([string]$variableToRemove)
6161
{

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
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

0 commit comments

Comments
 (0)