diff --git a/NuGet.config b/NuGet.config
index 3b47eb2e33ec79..a1337574ac916a 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -9,7 +9,7 @@
-
+
7.0.100-rc.1.22402.1
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 2.5.1-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
- 7.0.0-beta.23164.3
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 2.5.1-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
+ 7.0.0-beta.23211.2
6.0.0-preview.1.102
@@ -174,10 +174,10 @@
7.0.0-preview-20221010.1
- 7.0.100-1.23207.1
+ 7.0.100-1.23211.1
$(MicrosoftNETILLinkTasksVersion)
- 7.0.0-rtm.23115.1
+ 7.0.0-rtm.23211.1
2.1.1
7.0.0-alpha.1.22459.1
diff --git a/eng/common/native/init-compiler.sh b/eng/common/native/init-compiler.sh
index 41a26d802a93f8..f13b74080edf9b 100644
--- a/eng/common/native/init-compiler.sh
+++ b/eng/common/native/init-compiler.sh
@@ -71,7 +71,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 4a7f1a9cdb1f6e..b9d7d81f1f2ad2 100644
--- a/global.json
+++ b/global.json
@@ -1,16 +1,16 @@
{
"sdk": {
- "version": "7.0.104",
+ "version": "7.0.105",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
- "dotnet": "7.0.104"
+ "dotnet": "7.0.105"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23164.3",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23164.3",
- "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.23164.3",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23211.2",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.23211.2",
+ "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.23211.2",
"Microsoft.Build.NoTargets": "3.5.0",
"Microsoft.Build.Traversal": "3.1.6",
"Microsoft.NET.Sdk.IL": "7.0.0-rc.1.22414.6"