diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71ddff2b7..7ade7b459 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -197,18 +197,18 @@ - + https://github.com/dotnet/arcade - afa0b37a066ac10768e49b29c82e5e039e714655 + c453dfef2f41533de5cb03b2115aab9d0dfc74c6 - + https://github.com/dotnet/arcade - afa0b37a066ac10768e49b29c82e5e039e714655 + c453dfef2f41533de5cb03b2115aab9d0dfc74c6 - + https://github.com/dotnet/arcade - afa0b37a066ac10768e49b29c82e5e039e714655 + c453dfef2f41533de5cb03b2115aab9d0dfc74c6 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 37683396c..3685056b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.23102.4 + 8.0.0-beta.23103.1 diff --git a/eng/common/native/init-compiler.sh b/eng/common/native/init-compiler.sh index c670cb796..7aee4213e 100644 --- a/eng/common/native/init-compiler.sh +++ b/eng/common/native/init-compiler.sh @@ -63,7 +63,7 @@ if [ -z "$CLR_CC" ]; then # Set default versions if [ -z "$majorVersion" ]; then # note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero. - if [ "$compiler" = "clang" ]; then versions="15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5" + if [ "$compiler" = "clang" ]; then versions="16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5" elif [ "$compiler" = "gcc" ]; then versions="12 11 10 9 8 7 6 5 4.9"; fi for version in $versions; do diff --git a/global.json b/global.json index 2ffeee99b..7a377f7ca 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23102.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23102.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23103.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23103.1" } }