Skip to content

Commit ed709b3

Browse files
[8.19] Default DOTNET_VERSION=9.0.305 for unified-release workflow (#8701) (#8708)
Co-authored-by: Mindaugas Butkus <[email protected]>
1 parent 7da1703 commit ed709b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ OUTPUT_DIR="$repo/${output_folder}"
4242
REPO_BINDING="${OUTPUT_DIR}:/sln/${output_folder}"
4343
mkdir -p "$OUTPUT_DIR"
4444

45-
DOTNET_VERSION=${DOTNET_VERSION-9.0.100}
45+
DOTNET_VERSION=${DOTNET_VERSION-9.0.305}
4646

4747
echo -e "\033[34;1mINFO:\033[0m PRODUCT ${product}\033[0m"
4848
echo -e "\033[34;1mINFO:\033[0m VERSION ${STACK_VERSION}\033[0m"

0 commit comments

Comments
 (0)