From 14b4ee2aab8aaa4d1ebaf8836f30b2d7b82efd14 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Jun 2026 02:01:27 +0000 Subject: [PATCH 1/8] Update dependencies from https://github.com/dotnet/dotnet build 20260615.10 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.6.26313.102 -> To Version 11.0.0-preview.6.26315.110 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 11.0.0-beta.26313.102 -> To Version 11.0.0-beta.26315.110 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26313.102 -> To Version 0.11.5-preview.26315.110 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.6.26313.102 -> To Version 11.0.100-preview.6.26315.110 --- eng/Version.Details.props | 20 ++++++++++---------- eng/Version.Details.xml | 40 +++++++++++++++++++-------------------- eng/common/dotnet.ps1 | 1 + global.json | 2 +- 4 files changed, 32 insertions(+), 31 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 8da5f6378634..43bb7648fef2 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26313.102 - 11.0.0-beta.26313.102 - 0.11.5-preview.26313.102 - 11.0.0-beta.26313.102 - 11.0.0-preview.6.26313.102 - 11.0.0-preview.6.26313.102 - 11.0.0-preview.6.26313.102 - 11.0.100-preview.6.26313.102 - 11.0.0-preview.6.26313.102 - 11.0.100-preview.6.26313.102 + 11.0.0-beta.26315.110 + 11.0.0-beta.26315.110 + 0.11.5-preview.26315.110 + 11.0.0-beta.26315.110 + 11.0.0-preview.6.26315.110 + 11.0.0-preview.6.26315.110 + 11.0.0-preview.6.26315.110 + 11.0.100-preview.6.26315.110 + 11.0.0-preview.6.26315.110 + 11.0.100-preview.6.26315.110 26.0.11017 26.5.10289 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c7daf0525610..2b944980f69e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 @@ -61,25 +61,25 @@ - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 https://github.com/dotnet/xharness 866707736d49c2323628744716cda2475b3af9ee - + https://github.com/dotnet/dotnet - 06787fc66d5364230924d00f2c5c251aeb7a31cd + 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 diff --git a/eng/common/dotnet.ps1 b/eng/common/dotnet.ps1 index 45e5676c9ebd..ce4ea40730a0 100644 --- a/eng/common/dotnet.ps1 +++ b/eng/common/dotnet.ps1 @@ -8,4 +8,5 @@ $dotnetRoot = InitializeDotNetCli -install:$true if ($args.count -gt 0) { $env:DOTNET_NOLOGO=1 & "$dotnetRoot\dotnet.exe" $args + ExitWithExitCode $LASTEXITCODE } diff --git a/global.json b/global.json index 9183af3bbec2..a87ba87423fd 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "11.0.100-preview.6.26313.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26313.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26315.110" } } From 35eea37ea13c550318d2c113562fa8a1cec67f19 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Jun 2026 02:02:18 +0000 Subject: [PATCH 2/8] Re-generate global.json for PR #25694: [net11.0] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index a87ba87423fd..28d49667bdb3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.6.26313.102", + "version": "11.0.100-preview.6.26315.110", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "11.0.100-preview.6.26313.102" + "dotnet": "11.0.100-preview.6.26315.110" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26315.110" From 06bce0c24cf0cd8e2be80a666a96ca4cbf5d7b2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Jun 2026 02:01:57 +0000 Subject: [PATCH 3/8] Update dependencies from https://github.com/dotnet/dotnet build 20260616.6 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.6.26313.102 -> To Version 11.0.0-preview.6.26316.106 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 11.0.0-beta.26313.102 -> To Version 11.0.0-beta.26316.106 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26313.102 -> To Version 0.11.5-preview.26316.106 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.6.26313.102 -> To Version 11.0.100-preview.6.26316.106 --- eng/Version.Details.props | 20 ++++++++++---------- eng/Version.Details.xml | 40 +++++++++++++++++++-------------------- eng/common/build.ps1 | 6 +++++- eng/common/build.sh | 6 +++++- eng/common/msbuild.ps1 | 6 +++++- eng/common/msbuild.sh | 6 +++++- eng/common/tools.ps1 | 4 +++- eng/common/tools.sh | 4 +++- global.json | 2 +- 9 files changed, 57 insertions(+), 37 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 43bb7648fef2..8cbfdc4d018f 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26315.110 - 11.0.0-beta.26315.110 - 0.11.5-preview.26315.110 - 11.0.0-beta.26315.110 - 11.0.0-preview.6.26315.110 - 11.0.0-preview.6.26315.110 - 11.0.0-preview.6.26315.110 - 11.0.100-preview.6.26315.110 - 11.0.0-preview.6.26315.110 - 11.0.100-preview.6.26315.110 + 11.0.0-beta.26316.106 + 11.0.0-beta.26316.106 + 0.11.5-preview.26316.106 + 11.0.0-beta.26316.106 + 11.0.0-preview.6.26316.106 + 11.0.0-preview.6.26316.106 + 11.0.0-preview.6.26316.106 + 11.0.100-preview.6.26316.106 + 11.0.0-preview.6.26316.106 + 11.0.100-preview.6.26316.106 26.0.11017 26.5.10289 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b944980f69e..c6f931dce7d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 @@ -61,25 +61,25 @@ - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 https://github.com/dotnet/xharness 866707736d49c2323628744716cda2475b3af9ee - + https://github.com/dotnet/dotnet - 370cd7b60d2dd85838d34e7e43a4622f3681d9a7 + a50a8baa52210e32fb688a6cb7f59e40b79ff830 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 4b4f6b0923f2..2cbb725323e8 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -173,7 +173,11 @@ try { if (-not $excludeCIBinarylog) { $binaryLog = $true } - $nodeReuse = $false + # Disable node reuse on CI unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. + # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. + if ($env:MSBUILD_NODEREUSE_ENABLED -ne "1") { + $nodeReuse = $false + } } if (-not [string]::IsNullOrEmpty($binaryLogName)) { diff --git a/eng/common/build.sh b/eng/common/build.sh index 719ee4b58748..3a9fdcfd0f59 100644 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -213,7 +213,11 @@ if [[ -z "$configuration" ]]; then fi if [[ "$ci" == true ]]; then - node_reuse=false + # Disable node reuse on CI unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. + # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. + if [[ "${MSBUILD_NODEREUSE_ENABLED:-}" != "1" ]]; then + node_reuse=false + fi if [[ "$exclude_ci_binary_log" == false ]]; then binary_log=true fi diff --git a/eng/common/msbuild.ps1 b/eng/common/msbuild.ps1 index f041e5ddd958..495d533a9098 100644 --- a/eng/common/msbuild.ps1 +++ b/eng/common/msbuild.ps1 @@ -14,7 +14,11 @@ Param( try { if ($ci) { - $nodeReuse = $false + # Disable node reuse on CI unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. + # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. + if ($env:MSBUILD_NODEREUSE_ENABLED -ne "1") { + $nodeReuse = $false + } } MSBuild @extraArgs diff --git a/eng/common/msbuild.sh b/eng/common/msbuild.sh index 20d3dad54352..333be3232fcf 100644 --- a/eng/common/msbuild.sh +++ b/eng/common/msbuild.sh @@ -51,7 +51,11 @@ done . "$scriptroot/tools.sh" if [[ "$ci" == true ]]; then - node_reuse=false + # Disable node reuse on CI unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. + # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. + if [[ "${MSBUILD_NODEREUSE_ENABLED:-}" != "1" ]]; then + node_reuse=false + fi fi MSBuild $extra_args diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index fc72fe63049d..de32a6da3770 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -742,7 +742,9 @@ function MSBuild() { ExitWithExitCode 1 } - if ($nodeReuse) { + # Node reuse must be disabled in CI builds unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. + # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. + if ($nodeReuse -and $env:MSBUILD_NODEREUSE_ENABLED -ne "1") { Write-PipelineTelemetryError -Category 'Build' -Message 'Node reuse must be disabled in CI build.' ExitWithExitCode 1 } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 48cab70ebf4b..05f9edd0aae8 100644 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -497,7 +497,9 @@ function MSBuild { ExitWithExitCode 1 fi - if [[ "$node_reuse" == true ]]; then + # Node reuse must be disabled in CI builds unless explicitly opted in via MSBUILD_NODEREUSE_ENABLED. + # Internal testing only; this env var will be replaced with a switch (https://github.com/dotnet/arcade/issues/17013) and must not be depended on. + if [[ "$node_reuse" == true && "${MSBUILD_NODEREUSE_ENABLED:-}" != "1" ]]; then Write-PipelineTelemetryError -category 'Build' "Node reuse must be disabled in CI build." ExitWithExitCode 1 fi diff --git a/global.json b/global.json index 28d49667bdb3..d9c537c308a2 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "11.0.100-preview.6.26315.110" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26315.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26316.106" } } From 2d56170bf7ed4bd080532cac03dc231d726f9b00 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 17 Jun 2026 02:02:45 +0000 Subject: [PATCH 4/8] Re-generate global.json for PR #25694: [net11.0] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index d9c537c308a2..34dca15cd71b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.6.26315.110", + "version": "11.0.100-preview.6.26316.106", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "11.0.100-preview.6.26315.110" + "dotnet": "11.0.100-preview.6.26316.106" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26316.106" From ba69a1c4a3882064cf0b880a247954cbf974acd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Jun 2026 02:01:43 +0000 Subject: [PATCH 5/8] Update dependencies from https://github.com/dotnet/dotnet build 20260617.4 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.6.26313.102 -> To Version 11.0.0-preview.6.26317.104 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 11.0.0-beta.26313.102 -> To Version 11.0.0-beta.26317.104 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26313.102 -> To Version 0.11.5-preview.26317.104 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.6.26313.102 -> To Version 11.0.100-preview.6.26317.104 --- eng/Version.Details.props | 20 ++++++++++---------- eng/Version.Details.xml | 40 +++++++++++++++++++-------------------- global.json | 2 +- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 8cbfdc4d018f..9d59b5a50fd9 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26316.106 - 11.0.0-beta.26316.106 - 0.11.5-preview.26316.106 - 11.0.0-beta.26316.106 - 11.0.0-preview.6.26316.106 - 11.0.0-preview.6.26316.106 - 11.0.0-preview.6.26316.106 - 11.0.100-preview.6.26316.106 - 11.0.0-preview.6.26316.106 - 11.0.100-preview.6.26316.106 + 11.0.0-beta.26317.104 + 11.0.0-beta.26317.104 + 0.11.5-preview.26317.104 + 11.0.0-beta.26317.104 + 11.0.0-preview.6.26317.104 + 11.0.0-preview.6.26317.104 + 11.0.0-preview.6.26317.104 + 11.0.100-preview.6.26317.104 + 11.0.0-preview.6.26317.104 + 11.0.100-preview.6.26317.104 26.0.11017 26.5.10289 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6f931dce7d5..fea18cbf015e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 @@ -61,25 +61,25 @@ - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 https://github.com/dotnet/xharness 866707736d49c2323628744716cda2475b3af9ee - + https://github.com/dotnet/dotnet - a50a8baa52210e32fb688a6cb7f59e40b79ff830 + a065c06c0c5f5647d8e312fc70dec3f5ca77b830 diff --git a/global.json b/global.json index 34dca15cd71b..eef587945241 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "11.0.100-preview.6.26316.106" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26316.106" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26317.104" } } From ea7dd514ae0905fca9bb180e376bc949aee7e23e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 18 Jun 2026 02:02:31 +0000 Subject: [PATCH 6/8] Re-generate global.json for PR #25694: [net11.0] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index eef587945241..31f0f8fb7946 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.6.26316.106", + "version": "11.0.100-preview.6.26317.104", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "11.0.100-preview.6.26316.106" + "dotnet": "11.0.100-preview.6.26317.104" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26317.104" From 94ff32ef65f59f9bc180f1bf21b3f395c4c0f641 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Jun 2026 02:03:13 +0000 Subject: [PATCH 7/8] Update dependencies from https://github.com/dotnet/dotnet build 20260618.5 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.6.26313.102 -> To Version 11.0.0-preview.6.26318.105 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 11.0.0-beta.26313.102 -> To Version 11.0.0-beta.26318.105 Microsoft.DotNet.Cecil From Version 0.11.5-preview.26313.102 -> To Version 0.11.5-preview.26318.105 Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.6.26313.102 -> To Version 11.0.100-preview.6.26318.105 --- NuGet.config | 6 ---- eng/Version.Details.props | 22 ++++++------ eng/Version.Details.xml | 40 +++++++++++----------- eng/common/native/NativeAotSupported.props | 26 ++++++++++++++ global.json | 2 +- 5 files changed, 58 insertions(+), 38 deletions(-) create mode 100644 eng/common/native/NativeAotSupported.props diff --git a/NuGet.config b/NuGet.config index 99b1786a0577..5b2606e130c5 100644 --- a/NuGet.config +++ b/NuGet.config @@ -12,12 +12,6 @@ - - - - - - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 13431e0eab3a..7f0f6fb7806c 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.26317.104 - 11.0.0-beta.26317.104 - 0.11.5-preview.26317.104 - 11.0.0-beta.26317.104 - 11.0.0-preview.6.26317.104 - 11.0.0-preview.6.26317.104 - 11.0.0-preview.6.26317.104 - 11.0.100-preview.6.26317.104 - 11.0.0-preview.6.26317.104 - 11.0.100-preview.6.26317.104 + 11.0.0-beta.26318.105 + 11.0.0-beta.26318.105 + 0.11.5-preview.26318.105 + 11.0.0-beta.26318.105 + 11.0.0-preview.6.26318.105 + 11.0.0-preview.6.26318.105 + 11.0.0-preview.6.26318.105 + 11.0.100-preview.6.26318.105 + 11.0.0-preview.6.26318.105 + 11.0.100-preview.6.26318.105 26.0.11017 26.5.10291 @@ -26,7 +26,7 @@ This file should be imported by eng/Versions.props 26.0.11017 26.5.10291 - 11.0.0-prerelease.26264.1 + 11.0.0-prerelease.26217.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67b460f46e71..89a1b92f8e55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 @@ -61,25 +61,25 @@ - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 https://github.com/dotnet/xharness 866707736d49c2323628744716cda2475b3af9ee - + https://github.com/dotnet/dotnet - a065c06c0c5f5647d8e312fc70dec3f5ca77b830 + ae899ea0758628a22feb37a1401ae397cc5fc8d1 diff --git a/eng/common/native/NativeAotSupported.props b/eng/common/native/NativeAotSupported.props new file mode 100644 index 000000000000..559a6663929e --- /dev/null +++ b/eng/common/native/NativeAotSupported.props @@ -0,0 +1,26 @@ + + + + + <_NativeAotSupportedOS Condition=" + '$(TargetOS)' != 'browser' and + '$(TargetOS)' != 'haiku' and + '$(TargetOS)' != 'illumos' and + '$(TargetOS)' != 'netbsd' and + '$(TargetOS)' != 'solaris' + ">true + + + <_NativeAotSupportedArch Condition=" + '$(TargetArchitecture)' != 'wasm' and + ('$(TargetArchitecture)' != 'x86' or '$(TargetOS)' == 'windows') + ">true + + true + + + diff --git a/global.json b/global.json index 31f0f8fb7946..e727a86e0ed3 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "11.0.100-preview.6.26317.104" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26317.104" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26318.105" } } From b47ba64d107f1d212d175e1c9ccc6a348d581124 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 19 Jun 2026 02:04:05 +0000 Subject: [PATCH 8/8] Re-generate global.json for PR #25694: [net11.0] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index e727a86e0ed3..d47e35f96c54 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.6.26317.104", + "version": "11.0.100-preview.6.26318.105", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "11.0.100-preview.6.26317.104" + "dotnet": "11.0.100-preview.6.26318.105" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26318.105"