Install latest build of .NET 8 runtime

This commit is contained in:
Matt Thalman 2023-10-18 08:57:57 -05:00
parent 2593c65454
commit 791029a13a

View file

@ -159,7 +159,7 @@ if [ "$installDotnet" == true ]; then
(source ./eng/common/tools.sh && InitializeDotNetCli true)
# TODO: Remove once runtime dependency is gone (https://github.com/dotnet/runtime/issues/93666)
bash .dotnet/dotnet-install.sh --install-dir "$SCRIPT_ROOT/.dotnet" --version 8.0.0-preview.7.23375.6 --runtime dotnet
bash .dotnet/dotnet-install.sh --install-dir "$SCRIPT_ROOT/.dotnet" --channel 8.0 --runtime dotnet
fi
# Read the eng/Versions.props to get the archives to download and download them