From ffd6a912a2621d7ef49ad0feab617cddc689dac3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 4 Dec 2025 20:55:21 +0000 Subject: [PATCH 01/50] Update dependencies from https://github.com/dotnet/dotnet build 20251203.6 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25603.106 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 10.0.0-rc.3.25603.106 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 10.0.100-rc.3.25603.106 --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- eng/common/build.cmd | 3 ++ .../job/publish-build-assets.yml | 11 ++--- .../core-templates/job/source-build.yml | 4 +- .../job/source-index-stage1.yml | 4 +- .../core-templates/post-build/post-build.yml | 13 +++--- .../steps/install-microbuild.yml | 34 ++++++++++++---- .../core-templates/steps/publish-logs.yml | 4 +- .../steps/source-index-stage1-publish.yml | 4 +- eng/common/cross/arm/tizen/tizen.patch | 9 +++++ eng/common/cross/arm64/tizen/tizen.patch | 9 +++++ eng/common/cross/x64/tizen/tizen.patch | 9 +++++ eng/common/cross/x86/tizen/tizen.patch | 9 +++++ eng/common/dotnet.cmd | 7 ++++ eng/common/native/install-dependencies.sh | 2 +- eng/common/sdk-task.ps1 | 2 +- eng/common/tools.ps1 | 8 +--- eng/common/tools.sh | 4 -- global.json | 4 +- 20 files changed, 125 insertions(+), 65 deletions(-) create mode 100644 eng/common/build.cmd create mode 100644 eng/common/cross/arm/tizen/tizen.patch create mode 100644 eng/common/cross/arm64/tizen/tizen.patch create mode 100644 eng/common/cross/x64/tizen/tizen.patch create mode 100644 eng/common/cross/x86/tizen/tizen.patch create mode 100644 eng/common/dotnet.cmd diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf4192f6629..5be23371b47 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a https://github.com/dotnet/dotnet - - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index aabdb79ba5a..fcb1a4ccd14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 10.0.0-rc.1.25555.107 - 10.0.0-rc.1.25555.107 - 10.0.0-rc.1.25555.107 - 10.0.0-rc.1.25555.107 + 10.0.0-rc.3.25603.106 + 10.0.0-rc.3.25603.106 + 10.0.0-rc.3.25603.106 + 10.0.0-rc.3.25603.106 0.14.1-nightly.20250107.205 - 10.0.0-rc.1.25555.107 + 10.0.0-rc.3.25603.106 11.0.0-prerelease.25603.1 diff --git a/eng/common/build.cmd b/eng/common/build.cmd new file mode 100644 index 00000000000..99daf368aba --- /dev/null +++ b/eng/common/build.cmd @@ -0,0 +1,3 @@ +@echo off +powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*" +exit /b %ErrorLevel% diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index 4d282377c18..8b5c635fe80 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -122,8 +122,9 @@ jobs: # Populate internal runtime variables. - template: /eng/common/templates/steps/enable-internal-sources.yml - parameters: - legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw) + ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: + parameters: + legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw) - template: /eng/common/templates/steps/enable-internal-runtimes.yml @@ -140,7 +141,7 @@ jobs: /p:MaestroApiEndpoint=https://maestro.dot.net /p:OfficialBuildId=$(OfficialBuildId) -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} @@ -210,8 +211,8 @@ jobs: -ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}' -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' -SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}' - -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeed https://ci.dot.net/internal + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: - template: /eng/common/core-templates/steps/publish-logs.yml diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index d805d5faeb9..9d820f97421 100644 --- a/eng/common/core-templates/job/source-build.yml +++ b/eng/common/core-templates/job/source-build.yml @@ -60,10 +60,10 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')] - demands: ImageOverride -equals build.ubuntu.2004.amd64 + demands: ImageOverride -equals build.ubuntu.2204.amd64 ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')] - image: 1es-mariner-2 + image: 1es-azurelinux-3 os: linux ${{ else }}: pool: diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml index 30530359a5d..58b7a76814e 100644 --- a/eng/common/core-templates/job/source-index-stage1.yml +++ b/eng/common/core-templates/job/source-index-stage1.yml @@ -25,10 +25,10 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $(DncEngPublicBuildPool) - image: windows.vs2022.amd64.open + image: windows.vs2026preview.scout.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $(DncEngInternalBuildPool) - image: windows.vs2022.amd64 + image: windows.vs2026preview.scout.amd64 steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index 0af41fe5f9f..06864cd1feb 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -127,11 +127,11 @@ stages: ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: windows.vs2022.amd64 + image: windows.vs2026preview.scout.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml @@ -175,7 +175,7 @@ stages: os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: @@ -236,7 +236,7 @@ stages: os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: @@ -305,8 +305,9 @@ stages: PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} is1ESPipeline: ${{ parameters.is1ESPipeline }} - - task: NuGetAuthenticate@1 # Populate internal runtime variables. + - task: NuGetAuthenticate@1 + # Populate internal runtime variables. - template: /eng/common/templates/steps/enable-internal-sources.yml parameters: legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw) @@ -334,4 +335,4 @@ stages: -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' -SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}' -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' diff --git a/eng/common/core-templates/steps/install-microbuild.yml b/eng/common/core-templates/steps/install-microbuild.yml index 3d42d9a5661..4f4b56ed2a6 100644 --- a/eng/common/core-templates/steps/install-microbuild.yml +++ b/eng/common/core-templates/steps/install-microbuild.yml @@ -13,6 +13,8 @@ parameters: # Unfortunately, _SignType can't be used to exclude the use of the service connection in non-real sign scenarios. The # variable is not available in template expression. _SignType has a very large proliferation across .NET, so replacing it is tough. microbuildUseESRP: true + # Microbuild installation directory + microBuildOutputFolder: $(Agent.TempDirectory)/MicroBuild # Microbuild version microbuildPluginVersion: 'latest' @@ -21,16 +23,33 @@ parameters: steps: - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - ${{ if eq(parameters.enableMicrobuildForMacAndLinux, 'true') }}: - # Installing .NET 8 is required to use the MicroBuild signing plugin on non-Windows platforms + # Needed to download the MicroBuild plugin nupkgs on Mac and Linux when nuget.exe is unavailable - task: UseDotNet@2 displayName: Install .NET 8.0 SDK for MicroBuild Plugin inputs: packageType: sdk version: 8.0.x - # Installing the SDK in a '.dotnet-microbuild' directory is required for signing. - # See target FindDotNetPathForMicroBuild in arcade/src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.proj - # Do not remove '.dotnet-microbuild' from the path without changing the corresponding logic. - installationPath: $(Agent.TempDirectory)/.dotnet-microbuild + installationPath: ${{ parameters.microBuildOutputFolder }}/.dotnet-microbuild + condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT')) + + - script: | + set -euo pipefail + + # UseDotNet@2 prepends the dotnet executable path to the PATH variable, so we can call dotnet directly + version=$(dotnet --version) + cat << 'EOF' > ${{ parameters.microBuildOutputFolder }}/global.json + { + "sdk": { + "version": "$version", + "paths": [ + "${{ parameters.microBuildOutputFolder }}/.dotnet-microbuild" + ], + "errorMessage": "The .NET SDK version $version is required to install the MicroBuild signing plugin." + } + } + EOF + displayName: 'Add global.json to MicroBuild Installation path' + workingDirectory: ${{ parameters.microBuildOutputFolder }} condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT')) - script: | @@ -70,7 +89,7 @@ steps: ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca microbuildEnv: TeamName: $(_TeamName) - MicroBuildOutputFolderOverride: $(Agent.TempDirectory)/MicroBuild + MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), eq(variables['Agent.Os'], 'Windows_NT'), in(variables['_SignType'], 'real', 'test')) @@ -84,6 +103,7 @@ steps: zipSources: false feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json version: ${{ parameters.microbuildPluginVersion }} + workingDirectory: ${{ parameters.microBuildOutputFolder }} ${{ if eq(parameters.microbuildUseESRP, true) }}: ConnectedServiceName: 'MicroBuild Signing Task (DevDiv)' ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: @@ -92,7 +112,7 @@ steps: ConnectedPMEServiceName: c24de2a5-cc7a-493d-95e4-8e5ff5cad2bc microbuildEnv: TeamName: $(_TeamName) - MicroBuildOutputFolderOverride: $(Agent.TempDirectory)/MicroBuild + MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT'), eq(variables['_SignType'], 'real')) diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 0664c343b2a..5a927b4c7bc 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -26,10 +26,10 @@ steps: # If the file exists - sensitive data for redaction will be sourced from it # (single entry per line, lines starting with '# ' are considered comments and skipped) arguments: -InputPath '$(System.DefaultWorkingDirectory)/PostBuildLogs' - -BinlogToolVersion ${{parameters.BinlogToolVersion}} + -BinlogToolVersion '${{parameters.BinlogToolVersion}}' -TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt' -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' '$(publishing-dnceng-devdiv-code-r-build-re)' '$(MaestroAccessToken)' '$(dn-bot-all-orgs-artifact-feeds-rw)' diff --git a/eng/common/core-templates/steps/source-index-stage1-publish.yml b/eng/common/core-templates/steps/source-index-stage1-publish.yml index eff4573c6e5..ac019e2d033 100644 --- a/eng/common/core-templates/steps/source-index-stage1-publish.yml +++ b/eng/common/core-templates/steps/source-index-stage1-publish.yml @@ -14,8 +14,8 @@ steps: workingDirectory: $(Agent.TempDirectory) - script: | - $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --add-source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools - $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --add-source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools + $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools + $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools displayName: "Source Index: Download netsourceindex Tools" # Set working directory to temp directory so 'dotnet' doesn't try to use global.json and use the repo's sdk. workingDirectory: $(Agent.TempDirectory) diff --git a/eng/common/cross/arm/tizen/tizen.patch b/eng/common/cross/arm/tizen/tizen.patch new file mode 100644 index 00000000000..fb12ade7250 --- /dev/null +++ b/eng/common/cross/arm/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so +--- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf32-littlearm) +-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux-armhf.so.3 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-armhf.so.3 ) ) diff --git a/eng/common/cross/arm64/tizen/tizen.patch b/eng/common/cross/arm64/tizen/tizen.patch new file mode 100644 index 00000000000..2cebc547382 --- /dev/null +++ b/eng/common/cross/arm64/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so +--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf64-littleaarch64) +-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-aarch64.so.1 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-aarch64.so.1 ) ) diff --git a/eng/common/cross/x64/tizen/tizen.patch b/eng/common/cross/x64/tizen/tizen.patch new file mode 100644 index 00000000000..56fbc881095 --- /dev/null +++ b/eng/common/cross/x64/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib64/libc.so b/usr/lib64/libc.so +--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf64-x86-64) +-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) ) diff --git a/eng/common/cross/x86/tizen/tizen.patch b/eng/common/cross/x86/tizen/tizen.patch new file mode 100644 index 00000000000..f4fe8838ad6 --- /dev/null +++ b/eng/common/cross/x86/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so +--- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf32-i386) +-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) ) diff --git a/eng/common/dotnet.cmd b/eng/common/dotnet.cmd new file mode 100644 index 00000000000..527fa4bb38f --- /dev/null +++ b/eng/common/dotnet.cmd @@ -0,0 +1,7 @@ +@echo off + +:: This script is used to install the .NET SDK. +:: It will also invoke the SDK with any provided arguments. + +powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet.ps1""" %*" +exit /b %ErrorLevel% diff --git a/eng/common/native/install-dependencies.sh b/eng/common/native/install-dependencies.sh index f7bd4af0c8d..64b87d0bcc3 100644 --- a/eng/common/native/install-dependencies.sh +++ b/eng/common/native/install-dependencies.sh @@ -27,7 +27,7 @@ case "$os" in libssl-dev libkrb5-dev pigz cpio localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 - elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ]; then + elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ] || [ "$ID" = "centos"]; then pkg_mgr="$(command -v tdnf 2>/dev/null || command -v dnf)" $pkg_mgr install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio elif [ "$ID" = "amzn" ]; then diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 9ae443f1c36..b64b66a6275 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -70,7 +70,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.14.16" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "18.0.0" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 4bc50bd568c..1556562c68f 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -157,9 +157,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { return $global:_DotNetInstallDir } - # Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism - $env:DOTNET_MULTILEVEL_LOOKUP=0 - # Disable first run since we do not need all ASP.NET packages restored. $env:DOTNET_NOLOGO=1 @@ -225,7 +222,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { # Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build Write-PipelinePrependPath -Path $dotnetRoot - Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0' Write-PipelineSetVariable -Name 'DOTNET_NOLOGO' -Value '1' return $global:_DotNetInstallDir = $dotnetRoot @@ -394,8 +390,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.14.16 - $defaultXCopyMSBuildVersion = '17.14.16' + # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/18.0.0 + $defaultXCopyMSBuildVersion = '18.0.0' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c1841c9dfd0..6c121300ac7 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -115,9 +115,6 @@ function InitializeDotNetCli { local install=$1 - # Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism - export DOTNET_MULTILEVEL_LOOKUP=0 - # Disable first run since we want to control all package sources export DOTNET_NOLOGO=1 @@ -166,7 +163,6 @@ function InitializeDotNetCli { # build steps from using anything other than what we've downloaded. Write-PipelinePrependPath -path "$dotnet_root" - Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0" Write-PipelineSetVariable -name "DOTNET_NOLOGO" -value "1" # return value diff --git a/global.json b/global.json index 968bdbe1c5c..aab15ef8841 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100-rc.2.25502.107" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25555.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25555.107" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25603.106", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25603.106" }, "native-tools": { "python3": "3.7.1" From 706813f8f77d4d850a0fec8e099799c2ccde9810 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 5 Dec 2025 21:56:17 +0000 Subject: [PATCH 02/50] Update dependencies from https://github.com/dotnet/dotnet build 20251205.10 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25605.110 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25605.110 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25605.110 --- eng/Version.Details.xml | 40 +++++++++++++-------------- eng/Versions.props | 10 +++---- eng/common/core-templates/job/job.yml | 2 ++ global.json | 8 +++--- 4 files changed, 31 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5be23371b47..5b1c935b643 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + + 5a69737e6f6447fe397d552503a3909ea49f6f34 https://github.com/dotnet/dotnet - - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + + 5a69737e6f6447fe397d552503a3909ea49f6f34 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index fcb1a4ccd14..ab8a756d22d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 10.0.0-rc.3.25603.106 - 10.0.0-rc.3.25603.106 - 10.0.0-rc.3.25603.106 - 10.0.0-rc.3.25603.106 + 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25605.110 0.14.1-nightly.20250107.205 - 10.0.0-rc.3.25603.106 + 11.0.0-alpha.1.25605.110 11.0.0-prerelease.25603.1 diff --git a/eng/common/core-templates/job/job.yml b/eng/common/core-templates/job/job.yml index cb4ccc023a3..748c4f07a64 100644 --- a/eng/common/core-templates/job/job.yml +++ b/eng/common/core-templates/job/job.yml @@ -73,6 +73,8 @@ jobs: templateContext: ${{ parameters.templateContext }} variables: + - name: AllowPtrToDetectTestRunRetryFiles + value: true - ${{ if ne(parameters.enableTelemetry, 'false') }}: - name: DOTNET_CLI_TELEMETRY_PROFILE value: '$(Build.Repository.Uri)' diff --git a/global.json b/global.json index aab15ef8841..738379be483 100644 --- a/global.json +++ b/global.json @@ -1,15 +1,15 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", + "version": "10.0.100", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.100-rc.2.25502.107" + "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25603.106", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25603.106" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25605.110", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25605.110" }, "native-tools": { "python3": "3.7.1" From ea3de1dbbc91a08fccfdd1f109ee78ca46dfff33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Dec 2025 12:03:55 +0000 Subject: [PATCH 03/50] Update dependencies from https://github.com/dotnet/dotnet build 20251206.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25606.102 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25606.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25606.102 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b1c935b643..b44de8ec3d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5a69737e6f6447fe397d552503a3909ea49f6f34 + + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet - - 5a69737e6f6447fe397d552503a3909ea49f6f34 + + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index ab8a756d22d..e81872a6238 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25605.110 - 11.0.0-alpha.1.25605.110 - 11.0.0-alpha.1.25605.110 - 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25606.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25606.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 738379be483..4f82a2b7e62 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25605.110", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25605.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25606.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25606.102" }, "native-tools": { "python3": "3.7.1" From e28159be7961df44a7c5838ce2197d0caa9293a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Dec 2025 12:09:56 +0000 Subject: [PATCH 04/50] Update dependencies from https://github.com/dotnet/dotnet build 20251207.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25607.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25607.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25607.101 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b44de8ec3d1..bcb0a4cab05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet - + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index e81872a6238..5063e2b1f80 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25606.102 - 11.0.0-alpha.1.25606.102 - 11.0.0-alpha.1.25606.102 - 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25607.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25607.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 4f82a2b7e62..641af31ef5c 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25606.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25606.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25607.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25607.101" }, "native-tools": { "python3": "3.7.1" From 79d124c5dbc58055f248294a2570c14362853c34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Dec 2025 16:39:11 +0000 Subject: [PATCH 05/50] Update dependencies from https://github.com/dotnet/dotnet build 20251208.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25608.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25608.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25608.101 --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- .../job/source-index-stage1.yml | 4 +- global.json | 4 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bcb0a4cab05..efaf8dae8af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + + ce3dea8b1d1c12cf4b85999f834052d942d84a6d https://github.com/dotnet/dotnet - - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + + ce3dea8b1d1c12cf4b85999f834052d942d84a6d https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 5063e2b1f80..218e4d5daad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25607.101 - 11.0.0-alpha.1.25607.101 - 11.0.0-alpha.1.25607.101 - 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25608.101 11.0.0-prerelease.25603.1 diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml index 58b7a76814e..76baf5c2725 100644 --- a/eng/common/core-templates/job/source-index-stage1.yml +++ b/eng/common/core-templates/job/source-index-stage1.yml @@ -3,7 +3,7 @@ parameters: sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci" preSteps: [] binlogPath: artifacts/log/Debug/Build.binlog - condition: '' + condition: eq(variables['Build.SourceBranch'], 'refs/heads/main') dependsOn: '' pool: '' is1ESPipeline: '' @@ -41,4 +41,4 @@ jobs: - template: /eng/common/core-templates/steps/source-index-stage1-publish.yml parameters: - binLogPath: ${{ parameters.binLogPath }} \ No newline at end of file + binLogPath: ${{ parameters.binLogPath }} diff --git a/global.json b/global.json index 641af31ef5c..c2327d33be3 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25607.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25607.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.101" }, "native-tools": { "python3": "3.7.1" From 03156efc8b83bf49e9ad8b7ca053384ba14a45d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 9 Dec 2025 03:50:45 +0000 Subject: [PATCH 06/50] Update dependencies from https://github.com/dotnet/dotnet build 20251208.6 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25608.106 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25608.106 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25608.106 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efaf8dae8af..c31bc245613 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + + 45484d2291317a35200667711439382595f4b937 https://github.com/dotnet/dotnet - - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + + 45484d2291317a35200667711439382595f4b937 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 218e4d5daad..b42173a6cf3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25608.101 - 11.0.0-alpha.1.25608.101 - 11.0.0-alpha.1.25608.101 - 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25608.106 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.106 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index c2327d33be3..52cf034ff4f 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.106", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.106" }, "native-tools": { "python3": "3.7.1" From 3cd9dcb896eb984e5ec754fe0d18850800bab3f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 9 Dec 2025 18:11:32 +0000 Subject: [PATCH 07/50] Update dependencies from https://github.com/dotnet/dotnet build 20251209.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25609.102 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25609.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25609.102 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c31bc245613..27d895c18de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 45484d2291317a35200667711439382595f4b937 + + d29a7278afbf59989ae028459d2d119b142a846c https://github.com/dotnet/dotnet - - 45484d2291317a35200667711439382595f4b937 + + d29a7278afbf59989ae028459d2d119b142a846c https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index b42173a6cf3..6a215a9567c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25608.106 - 11.0.0-alpha.1.25608.106 - 11.0.0-alpha.1.25608.106 - 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25609.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 52cf034ff4f..9a9d5b29210 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.106", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.106" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.102" }, "native-tools": { "python3": "3.7.1" From b9d0e343849e7360395c71409e526a3a245dc960 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 10 Dec 2025 00:00:19 +0000 Subject: [PATCH 08/50] Update dependencies from https://github.com/dotnet/dotnet build 20251209.8 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25609.108 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25609.108 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25609.108 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27d895c18de..5ad7fdbeb94 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - d29a7278afbf59989ae028459d2d119b142a846c + + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 https://github.com/dotnet/dotnet - - d29a7278afbf59989ae028459d2d119b142a846c + + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 6a215a9567c..124779e4732 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25609.102 - 11.0.0-alpha.1.25609.102 - 11.0.0-alpha.1.25609.102 - 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25609.108 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.108 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 9a9d5b29210..b734b3059f5 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.108", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.108" }, "native-tools": { "python3": "3.7.1" From 0d5056daf3a7a5aa20bb5126e11205526c4ff9c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 11 Dec 2025 14:40:02 +0000 Subject: [PATCH 09/50] Update dependencies from https://github.com/dotnet/dotnet build 20251211.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25611.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25611.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25611.103 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ad7fdbeb94..68b4bdd77d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + + a137035987f8faebec182016349982241a2eebd1 https://github.com/dotnet/dotnet - - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + + a137035987f8faebec182016349982241a2eebd1 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 124779e4732..eee13ddd972 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25609.108 - 11.0.0-alpha.1.25609.108 - 11.0.0-alpha.1.25609.108 - 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25611.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25611.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index b734b3059f5..5ebe4f5886c 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.108", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25611.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25611.103" }, "native-tools": { "python3": "3.7.1" From 17fa43a574a8e56517dd4a5415123eed4d1dc6fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Dec 2025 07:46:48 +0000 Subject: [PATCH 10/50] Update dependencies from https://github.com/dotnet/dotnet build 20251212.15 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25612.115 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25612.115 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25612.115 --- eng/Version.Details.xml | 40 ++++++++++---------- eng/Versions.props | 10 ++--- eng/common/internal-feed-operations.ps1 | 2 +- eng/common/post-build/nuget-verification.ps1 | 2 +- eng/common/tools.ps1 | 6 +-- global.json | 4 +- 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 68b4bdd77d3..e794e1e231e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - a137035987f8faebec182016349982241a2eebd1 + + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 https://github.com/dotnet/dotnet - - a137035987f8faebec182016349982241a2eebd1 + + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index eee13ddd972..e4bd40c2deb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25611.103 - 11.0.0-alpha.1.25611.103 - 11.0.0-alpha.1.25611.103 - 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25612.115 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25612.115 11.0.0-prerelease.25603.1 diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1 index 92b77347d99..c282d3ae403 100644 --- a/eng/common/internal-feed-operations.ps1 +++ b/eng/common/internal-feed-operations.ps1 @@ -26,7 +26,7 @@ function SetupCredProvider { $url = 'https://raw.githubusercontent.com/microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1' Write-Host "Writing the contents of 'installcredprovider.ps1' locally..." - Invoke-WebRequest $url -OutFile installcredprovider.ps1 + Invoke-WebRequest $url -UseBasicParsing -OutFile installcredprovider.ps1 Write-Host 'Installing plugin...' .\installcredprovider.ps1 -Force diff --git a/eng/common/post-build/nuget-verification.ps1 b/eng/common/post-build/nuget-verification.ps1 index ac5c69ffcac..eea88e653c9 100644 --- a/eng/common/post-build/nuget-verification.ps1 +++ b/eng/common/post-build/nuget-verification.ps1 @@ -65,7 +65,7 @@ if ($NuGetExePath) { Write-Host "Downloading nuget.exe from $nugetExeUrl..." $ProgressPreference = 'SilentlyContinue' try { - Invoke-WebRequest $nugetExeUrl -OutFile $downloadedNuGetExe + Invoke-WebRequest $nugetExeUrl -UseBasicParsing -OutFile $downloadedNuGetExe $ProgressPreference = 'Continue' } catch { $ProgressPreference = 'Continue' diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 1556562c68f..e8e9f7615f1 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -273,7 +273,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { Retry({ Write-Host "GET $uri" - Invoke-WebRequest $uri -OutFile $installScript + Invoke-WebRequest $uri -UseBasicParsing -OutFile $installScript }) } @@ -506,7 +506,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { Write-Host "Downloading $packageName $packageVersion" $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Retry({ - Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -OutFile $packagePath + Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -UseBasicParsing -OutFile $packagePath }) if (!(Test-Path $packagePath)) { @@ -552,7 +552,7 @@ function LocateVisualStudio([object]$vsRequirements = $null){ Write-Host "Downloading vswhere $vswhereVersion" $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Retry({ - Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe + Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -UseBasicParsing -OutFile $vswhereExe }) } diff --git a/global.json b/global.json index 5ebe4f5886c..8c5fdf87da0 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25611.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25611.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25612.115", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25612.115" }, "native-tools": { "python3": "3.7.1" From 7f3a053bd4bcbe8066d44b2539284fa6fbe4eb29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Dec 2025 13:43:41 +0000 Subject: [PATCH 11/50] Update dependencies from https://github.com/dotnet/dotnet build 20251213.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25613.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25613.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25613.101 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- eng/common/tools.ps1 | 13 ++++++++++--- global.json | 4 ++-- 4 files changed, 37 insertions(+), 30 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e794e1e231e..f0920d38dd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet - - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index e4bd40c2deb..34b9aedb1f8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25612.115 - 11.0.0-alpha.1.25612.115 - 11.0.0-alpha.1.25612.115 - 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25613.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25613.101 11.0.0-prerelease.25603.1 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index e8e9f7615f1..f6bde268379 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -556,19 +556,26 @@ function LocateVisualStudio([object]$vsRequirements = $null){ }) } - if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } + if (!$vsRequirements) { + if (Get-Member -InputObject $GlobalJson.tools -Name 'vs' -ErrorAction SilentlyContinue) { + $vsRequirements = $GlobalJson.tools.vs + } else { + $vsRequirements = $null + } + } + $args = @('-latest', '-format', 'json', '-requires', 'Microsoft.Component.MSBuild', '-products', '*') if (!$excludePrereleaseVS) { $args += '-prerelease' } - if (Get-Member -InputObject $vsRequirements -Name 'version') { + if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'version' -ErrorAction SilentlyContinue)) { $args += '-version' $args += $vsRequirements.version } - if (Get-Member -InputObject $vsRequirements -Name 'components') { + if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'components' -ErrorAction SilentlyContinue)) { foreach ($component in $vsRequirements.components) { $args += '-requires' $args += $component diff --git a/global.json b/global.json index 8c5fdf87da0..74c08aa115f 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25612.115", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25612.115" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25613.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25613.101" }, "native-tools": { "python3": "3.7.1" From 0c27003e3193c735fb0416b71ae7d00a7c026b54 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Dec 2025 19:29:00 +0000 Subject: [PATCH 12/50] Update dependencies from https://github.com/dotnet/dotnet build 20251214.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25614.102 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25614.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25614.102 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0920d38dd8..24cebe1050e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet - + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 34b9aedb1f8..bf1e628bdf0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25613.101 - 11.0.0-alpha.1.25613.101 - 11.0.0-alpha.1.25613.101 - 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25614.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 74c08aa115f..3434acdc2d9 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25613.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25613.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.102" }, "native-tools": { "python3": "3.7.1" From 0abe22fcea3d1f7edbe581f7b8bd64e1f3ffd674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 15 Dec 2025 12:04:22 +0000 Subject: [PATCH 13/50] Update dependencies from https://github.com/dotnet/dotnet build 20251214.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25614.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25614.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25614.103 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24cebe1050e..de1d652d9c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - dc803dea8a5917a87a812a05bae596c299368a43 + + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe https://github.com/dotnet/dotnet - - dc803dea8a5917a87a812a05bae596c299368a43 + + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index bf1e628bdf0..7e39aaa2f26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25614.102 - 11.0.0-alpha.1.25614.102 - 11.0.0-alpha.1.25614.102 - 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25614.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 3434acdc2d9..156bf784d90 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.103" }, "native-tools": { "python3": "3.7.1" From 60a8f1566ff42ad369f78fd01834cbbc95f1ef18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 15 Dec 2025 22:12:54 +0000 Subject: [PATCH 14/50] Update dependencies from https://github.com/dotnet/dotnet build 20251215.4 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25615.104 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25615.104 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25615.104 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de1d652d9c3..72dec82f8ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + + 1c8ec1563e6971abcf91b192b394b6b43e0e912f https://github.com/dotnet/dotnet - - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + + 1c8ec1563e6971abcf91b192b394b6b43e0e912f https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 7e39aaa2f26..8973c65d4b1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25614.103 - 11.0.0-alpha.1.25614.103 - 11.0.0-alpha.1.25614.103 - 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25615.104 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25615.104 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 156bf784d90..2ddb500d38a 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25615.104", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25615.104" }, "native-tools": { "python3": "3.7.1" From 52afa3cb57d9ea7a393e1910783c34a4499b0048 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 01:08:02 +0000 Subject: [PATCH 15/50] Update dependencies from https://github.com/dotnet/dotnet build 20251216.7 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25616.107 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25616.107 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25616.107 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72dec82f8ce..11c9ad8c3e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 https://github.com/dotnet/dotnet - - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 8973c65d4b1..1f10417bbc1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25615.104 - 11.0.0-alpha.1.25615.104 - 11.0.0-alpha.1.25615.104 - 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.107 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25616.107 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 2ddb500d38a..eefc4f116eb 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25615.104", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25615.104" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.107", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.107" }, "native-tools": { "python3": "3.7.1" From f411ba3409cf5e3d724211440df1699ebbb2699e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 08:48:02 +0000 Subject: [PATCH 16/50] Update dependencies from https://github.com/dotnet/dotnet build 20251216.10 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25616.110 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25616.110 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25616.110 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11c9ad8c3e5..84b8ee0fa56 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + + e348887b6a73c6cf7c51feb35a6d8372dac26a1c https://github.com/dotnet/dotnet - - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + + e348887b6a73c6cf7c51feb35a6d8372dac26a1c https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 1f10417bbc1..1896a85ccc9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25616.107 - 11.0.0-alpha.1.25616.107 - 11.0.0-alpha.1.25616.107 - 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.110 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.110 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index eefc4f116eb..75702a29d50 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.107" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.110", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.110" }, "native-tools": { "python3": "3.7.1" From cc0c4c705d7fb5307e40f5513d7e4fe07aec74f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 10:28:33 +0000 Subject: [PATCH 17/50] Update dependencies from https://github.com/dotnet/dotnet build 20251216.12 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25616.112 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25616.112 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25616.112 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84b8ee0fa56..3bdfc28eba5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 https://github.com/dotnet/dotnet - - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 1896a85ccc9..ae7b19454a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25616.110 - 11.0.0-alpha.1.25616.110 - 11.0.0-alpha.1.25616.110 - 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25616.112 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.112 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 75702a29d50..a9879d922f1 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.110", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.112", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.112" }, "native-tools": { "python3": "3.7.1" From 03672ae20acebb3dce131aa0928c306d177324dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 15:06:58 +0000 Subject: [PATCH 18/50] Update dependencies from https://github.com/dotnet/dotnet build 20251217.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25617.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25617.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25617.103 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bdfc28eba5..d88a90d9157 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + + 162eebc5c92f472c9255c3225b522b32485c2df2 https://github.com/dotnet/dotnet - - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + + 162eebc5c92f472c9255c3225b522b32485c2df2 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index ae7b19454a7..a99600898ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25616.112 - 11.0.0-alpha.1.25616.112 - 11.0.0-alpha.1.25616.112 - 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25617.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index a9879d922f1..beeb8129978 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.112", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.112" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.103" }, "native-tools": { "python3": "3.7.1" From 4748805d2e2595cc489bdc345a85bfe10587dcd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Dec 2025 07:02:17 +0000 Subject: [PATCH 19/50] Update dependencies from https://github.com/dotnet/dotnet build 20251217.8 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25617.108 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25617.108 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25617.108 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d88a90d9157..755f250ad27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 162eebc5c92f472c9255c3225b522b32485c2df2 + + 6ec92e489cc9368695fb6a39c2afb55e1a735dec https://github.com/dotnet/dotnet - - 162eebc5c92f472c9255c3225b522b32485c2df2 + + 6ec92e489cc9368695fb6a39c2afb55e1a735dec https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index a99600898ae..4b312fff3d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25617.103 - 11.0.0-alpha.1.25617.103 - 11.0.0-alpha.1.25617.103 - 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25617.108 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.108 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index beeb8129978..a5fac7bb700 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.108", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.108" }, "native-tools": { "python3": "3.7.1" From d6764ef3231a7fad7d99bcb1b05fc4a6335b4b0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Dec 2025 16:32:22 +0000 Subject: [PATCH 20/50] Update dependencies from https://github.com/dotnet/dotnet build 20251218.5 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25618.105 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25618.105 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25618.105 --- eng/Version.Details.xml | 40 ++++++++++++++++---------------- eng/Versions.props | 10 ++++---- eng/common/cross/build-rootfs.sh | 4 ++-- global.json | 4 ++-- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 755f250ad27..3513bd8dc82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet - - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 4b312fff3d4..33eb33b0c2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25617.108 - 11.0.0-alpha.1.25617.108 - 11.0.0-alpha.1.25617.108 - 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.105 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25618.105 11.0.0-prerelease.25603.1 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 8abfb71f727..9b7eede4e50 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -72,7 +72,7 @@ __AlpinePackages+=" krb5-dev" __AlpinePackages+=" openssl-dev" __AlpinePackages+=" zlib-dev" -__FreeBSDBase="13.4-RELEASE" +__FreeBSDBase="13.5-RELEASE" __FreeBSDPkg="1.21.3" __FreeBSDABI="13" __FreeBSDPackages="libunwind" @@ -383,7 +383,7 @@ while :; do ;; freebsd14) __CodeName=freebsd - __FreeBSDBase="14.2-RELEASE" + __FreeBSDBase="14.3-RELEASE" __FreeBSDABI="14" __SkipUnmount=1 ;; diff --git a/global.json b/global.json index a5fac7bb700..855195872b4 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.108", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.105" }, "native-tools": { "python3": "3.7.1" From 6f39832f65020718f7d066c1664a930accd293f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Dec 2025 21:56:49 +0000 Subject: [PATCH 21/50] Update dependencies from https://github.com/dotnet/dotnet build 20251218.4 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25618.104 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25618.104 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25618.104 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3513bd8dc82..c07d3b37710 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet - + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 33eb33b0c2a..8d3e9515ff4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25618.105 - 11.0.0-alpha.1.25618.105 - 11.0.0-alpha.1.25618.105 - 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.104 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.104 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 855195872b4..8d2f7b079a8 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.104", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.104" }, "native-tools": { "python3": "3.7.1" From 7ac0cc7a80fa59a336f2fe9af0f2588e18d151d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Dec 2025 13:00:57 +0000 Subject: [PATCH 22/50] Update dependencies from https://github.com/dotnet/dotnet build 20251218.15 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25618.115 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25618.115 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25618.115 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c07d3b37710..77ca9be285e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - a8faa5ebe301d5a258c5622975df78254e5395db + + b19c81879fc29ed33a78f44da2501e48494f2c67 https://github.com/dotnet/dotnet - - a8faa5ebe301d5a258c5622975df78254e5395db + + b19c81879fc29ed33a78f44da2501e48494f2c67 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 8d3e9515ff4..0920cc2c023 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25618.104 - 11.0.0-alpha.1.25618.104 - 11.0.0-alpha.1.25618.104 - 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25618.115 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.115 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 8d2f7b079a8..d5b9aa2217a 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.104", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.104" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.115", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.115" }, "native-tools": { "python3": "3.7.1" From b699452f5efdfa1edfd7c3b7643e9407b8163151 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 20 Dec 2025 18:09:05 +0000 Subject: [PATCH 23/50] Update dependencies from https://github.com/dotnet/dotnet build 20251219.9 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.25619.109 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.25619.109 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25619.109 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77ca9be285e..e6bd50282da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe - + https://github.com/dotnet/dotnet - b19c81879fc29ed33a78f44da2501e48494f2c67 + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - b19c81879fc29ed33a78f44da2501e48494f2c67 + + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe https://github.com/dotnet/dotnet - - b19c81879fc29ed33a78f44da2501e48494f2c67 + + 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 0920cc2c023..2c8b18caf1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25618.115 - 11.0.0-alpha.1.25618.115 - 11.0.0-alpha.1.25618.115 - 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25619.109 + 11.0.0-alpha.1.25619.109 + 11.0.0-alpha.1.25619.109 + 11.0.0-alpha.1.25619.109 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25619.109 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index d5b9aa2217a..3bc47d35b7d 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.115", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.115" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25619.109", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25619.109" }, "native-tools": { "python3": "3.7.1" From a11b22cf7e8518845985ccd47b750c2a914c0f3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Jan 2026 20:04:21 +0000 Subject: [PATCH 24/50] Update dependencies from https://github.com/dotnet/dotnet build 20260105.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26055.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26055.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26055.101 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6bd50282da..aaf45c1fbfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 - + https://github.com/dotnet/dotnet - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + e64f84d6312cdaf227d26aeabfa4817862404d59 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + + e64f84d6312cdaf227d26aeabfa4817862404d59 https://github.com/dotnet/dotnet - - 5661a2c0a84a3fd32916395b254ce50e5ad7e9fe + + e64f84d6312cdaf227d26aeabfa4817862404d59 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 2c8b18caf1b..fc01ccbaeeb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25619.109 - 11.0.0-alpha.1.25619.109 - 11.0.0-alpha.1.25619.109 - 11.0.0-alpha.1.25619.109 + 11.0.0-alpha.1.26055.101 + 11.0.0-alpha.1.26055.101 + 11.0.0-alpha.1.26055.101 + 11.0.0-alpha.1.26055.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25619.109 + 11.0.0-alpha.1.26055.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 3bc47d35b7d..e3c56ee41a4 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25619.109", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25619.109" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.101" }, "native-tools": { "python3": "3.7.1" From cefeeb782497a1563afcf07c2b136763a03a95cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Jan 2026 01:09:00 +0000 Subject: [PATCH 25/50] Update dependencies from https://github.com/dotnet/dotnet build 20260105.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26055.102 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26055.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26055.102 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aaf45c1fbfd..4cefc3b86c1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d - + https://github.com/dotnet/dotnet - e64f84d6312cdaf227d26aeabfa4817862404d59 + fb2e783fa530d337a56ef5c528a2807b7d63e46d https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - e64f84d6312cdaf227d26aeabfa4817862404d59 + + fb2e783fa530d337a56ef5c528a2807b7d63e46d https://github.com/dotnet/dotnet - - e64f84d6312cdaf227d26aeabfa4817862404d59 + + fb2e783fa530d337a56ef5c528a2807b7d63e46d https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index fc01ccbaeeb..c929c64f801 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26055.101 - 11.0.0-alpha.1.26055.101 - 11.0.0-alpha.1.26055.101 - 11.0.0-alpha.1.26055.101 + 11.0.0-alpha.1.26055.102 + 11.0.0-alpha.1.26055.102 + 11.0.0-alpha.1.26055.102 + 11.0.0-alpha.1.26055.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26055.101 + 11.0.0-alpha.1.26055.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index e3c56ee41a4..b8299c1f706 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.102" }, "native-tools": { "python3": "3.7.1" From 88918c8f6f79f742632b636499417699fa7b4260 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Jan 2026 06:11:54 +0000 Subject: [PATCH 26/50] Update dependencies from https://github.com/dotnet/dotnet build 20260105.9 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26055.109 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26055.109 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26055.109 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4cefc3b86c1..22e97ff4fe9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e - + https://github.com/dotnet/dotnet - fb2e783fa530d337a56ef5c528a2807b7d63e46d + 1f7265970fd1148d2aa27cfc179393d1dcfd789e https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - fb2e783fa530d337a56ef5c528a2807b7d63e46d + + 1f7265970fd1148d2aa27cfc179393d1dcfd789e https://github.com/dotnet/dotnet - - fb2e783fa530d337a56ef5c528a2807b7d63e46d + + 1f7265970fd1148d2aa27cfc179393d1dcfd789e https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index c929c64f801..f47f21c21f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26055.102 - 11.0.0-alpha.1.26055.102 - 11.0.0-alpha.1.26055.102 - 11.0.0-alpha.1.26055.102 + 11.0.0-alpha.1.26055.109 + 11.0.0-alpha.1.26055.109 + 11.0.0-alpha.1.26055.109 + 11.0.0-alpha.1.26055.109 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26055.102 + 11.0.0-alpha.1.26055.109 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index b8299c1f706..59d1ec015bf 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.109", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.109" }, "native-tools": { "python3": "3.7.1" From d82506fc4d0602fe901c285419a7acb8b8980b96 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Jan 2026 12:20:58 +0000 Subject: [PATCH 27/50] Update dependencies from https://github.com/dotnet/dotnet build 20260105.14 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26055.114 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26055.114 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26055.114 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 22e97ff4fe9..62db4a7588d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 - + https://github.com/dotnet/dotnet - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + 67ecf9e85940271afc2728753b09789c64bfecf2 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + + 67ecf9e85940271afc2728753b09789c64bfecf2 https://github.com/dotnet/dotnet - - 1f7265970fd1148d2aa27cfc179393d1dcfd789e + + 67ecf9e85940271afc2728753b09789c64bfecf2 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index f47f21c21f4..c5d8d8c4289 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26055.109 - 11.0.0-alpha.1.26055.109 - 11.0.0-alpha.1.26055.109 - 11.0.0-alpha.1.26055.109 + 11.0.0-alpha.1.26055.114 + 11.0.0-alpha.1.26055.114 + 11.0.0-alpha.1.26055.114 + 11.0.0-alpha.1.26055.114 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26055.109 + 11.0.0-alpha.1.26055.114 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 59d1ec015bf..6cd56628b70 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.109", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.109" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.114", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.114" }, "native-tools": { "python3": "3.7.1" From db66ac77793ab181b58339f807de7abf4de92dd9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Jan 2026 21:46:12 +0000 Subject: [PATCH 28/50] Update dependencies from https://github.com/dotnet/dotnet build 20260107.7 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26057.107 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26057.107 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26057.107 --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- .../steps/install-microbuild-impl.yml | 2 +- .../steps/source-index-stage1-publish.yml | 4 +- eng/common/native/install-dependencies.sh | 2 +- global.json | 4 +- 6 files changed, 31 insertions(+), 31 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62db4a7588d..090d4a775cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c - + https://github.com/dotnet/dotnet - 67ecf9e85940271afc2728753b09789c64bfecf2 + 896160ec9eb0fdb1c019f698b39fa0923c9a316c https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 67ecf9e85940271afc2728753b09789c64bfecf2 + + 896160ec9eb0fdb1c019f698b39fa0923c9a316c https://github.com/dotnet/dotnet - - 67ecf9e85940271afc2728753b09789c64bfecf2 + + 896160ec9eb0fdb1c019f698b39fa0923c9a316c https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index c5d8d8c4289..32ae526a9b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26055.114 - 11.0.0-alpha.1.26055.114 - 11.0.0-alpha.1.26055.114 - 11.0.0-alpha.1.26055.114 + 11.0.0-alpha.1.26057.107 + 11.0.0-alpha.1.26057.107 + 11.0.0-alpha.1.26057.107 + 11.0.0-alpha.1.26057.107 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26055.114 + 11.0.0-alpha.1.26057.107 11.0.0-prerelease.25603.1 diff --git a/eng/common/core-templates/steps/install-microbuild-impl.yml b/eng/common/core-templates/steps/install-microbuild-impl.yml index b9e0143ee92..da22beb3f60 100644 --- a/eng/common/core-templates/steps/install-microbuild-impl.yml +++ b/eng/common/core-templates/steps/install-microbuild-impl.yml @@ -18,7 +18,7 @@ parameters: type: boolean steps: -- ${{ if eq(parameters.enablePreviewMicrobuild, 'true') }}: +- ${{ if eq(parameters.enablePreviewMicrobuild, true) }}: - task: MicroBuildSigningPluginPreview@4 displayName: Install Preview MicroBuild plugin inputs: ${{ parameters.microbuildTaskInputs }} diff --git a/eng/common/core-templates/steps/source-index-stage1-publish.yml b/eng/common/core-templates/steps/source-index-stage1-publish.yml index ac019e2d033..3ad83b8c307 100644 --- a/eng/common/core-templates/steps/source-index-stage1-publish.yml +++ b/eng/common/core-templates/steps/source-index-stage1-publish.yml @@ -14,8 +14,8 @@ steps: workingDirectory: $(Agent.TempDirectory) - script: | - $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools - $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools + $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.sourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools + $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.sourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools displayName: "Source Index: Download netsourceindex Tools" # Set working directory to temp directory so 'dotnet' doesn't try to use global.json and use the repo's sdk. workingDirectory: $(Agent.TempDirectory) diff --git a/eng/common/native/install-dependencies.sh b/eng/common/native/install-dependencies.sh index 64b87d0bcc3..11f81cbd40d 100644 --- a/eng/common/native/install-dependencies.sh +++ b/eng/common/native/install-dependencies.sh @@ -27,7 +27,7 @@ case "$os" in libssl-dev libkrb5-dev pigz cpio localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 - elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ] || [ "$ID" = "centos"]; then + elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ] || [ "$ID" = "centos" ]; then pkg_mgr="$(command -v tdnf 2>/dev/null || command -v dnf)" $pkg_mgr install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio elif [ "$ID" = "amzn" ]; then diff --git a/global.json b/global.json index 6cd56628b70..eb57989d725 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26055.114", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26055.114" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26057.107", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26057.107" }, "native-tools": { "python3": "3.7.1" From 7b3541d6cb6abaad78c3df54d80fc8f19fd40849 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 10 Jan 2026 03:55:31 +0000 Subject: [PATCH 29/50] Update dependencies from https://github.com/dotnet/dotnet build 20260109.12 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26059.112 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26059.112 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26059.112 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 090d4a775cf..16b56638a82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + 01877d7766376604520664f3c9b4853728a37bfb https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + + 01877d7766376604520664f3c9b4853728a37bfb https://github.com/dotnet/dotnet - - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + + 01877d7766376604520664f3c9b4853728a37bfb https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 32ae526a9b0..7b2950b55dd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26057.107 - 11.0.0-alpha.1.26057.107 - 11.0.0-alpha.1.26057.107 - 11.0.0-alpha.1.26057.107 + 11.0.0-alpha.1.26059.112 + 11.0.0-alpha.1.26059.112 + 11.0.0-alpha.1.26059.112 + 11.0.0-alpha.1.26059.112 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26057.107 + 11.0.0-alpha.1.26059.112 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index eb57989d725..6b364db3887 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26057.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26057.107" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26059.112", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26059.112" }, "native-tools": { "python3": "3.7.1" From f96a7cba236c6509bf0973b771903b70f6424262 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 10 Jan 2026 08:25:35 +0000 Subject: [PATCH 30/50] Update dependencies from https://github.com/dotnet/dotnet build 20260109.14 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26059.114 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26059.114 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26059.114 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16b56638a82..ed7dd57e696 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 - + https://github.com/dotnet/dotnet - 01877d7766376604520664f3c9b4853728a37bfb + c658f95df6b2615ecb48605fa14653b1d5e34553 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 01877d7766376604520664f3c9b4853728a37bfb + + c658f95df6b2615ecb48605fa14653b1d5e34553 https://github.com/dotnet/dotnet - - 01877d7766376604520664f3c9b4853728a37bfb + + c658f95df6b2615ecb48605fa14653b1d5e34553 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 7b2950b55dd..b751b43e4a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26059.112 - 11.0.0-alpha.1.26059.112 - 11.0.0-alpha.1.26059.112 - 11.0.0-alpha.1.26059.112 + 11.0.0-alpha.1.26059.114 + 11.0.0-alpha.1.26059.114 + 11.0.0-alpha.1.26059.114 + 11.0.0-alpha.1.26059.114 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26059.112 + 11.0.0-alpha.1.26059.114 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 6b364db3887..df244cb48d2 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26059.112", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26059.112" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26059.114", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26059.114" }, "native-tools": { "python3": "3.7.1" From 892c17b4da6e74ceffdf5ae832a577c05ee1976f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 10 Jan 2026 12:59:05 +0000 Subject: [PATCH 31/50] Update dependencies from https://github.com/dotnet/dotnet build 20260110.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26060.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26060.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26060.101 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ed7dd57e696..763e29dee26 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet - c658f95df6b2615ecb48605fa14653b1d5e34553 + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - c658f95df6b2615ecb48605fa14653b1d5e34553 + + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 https://github.com/dotnet/dotnet - - c658f95df6b2615ecb48605fa14653b1d5e34553 + + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index b751b43e4a5..c7e511f87d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26059.114 - 11.0.0-alpha.1.26059.114 - 11.0.0-alpha.1.26059.114 - 11.0.0-alpha.1.26059.114 + 11.0.0-alpha.1.26060.101 + 11.0.0-alpha.1.26060.101 + 11.0.0-alpha.1.26060.101 + 11.0.0-alpha.1.26060.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26059.114 + 11.0.0-alpha.1.26060.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index df244cb48d2..cfdc5779b23 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26059.114", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26059.114" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26060.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26060.101" }, "native-tools": { "python3": "3.7.1" From 3649d3d6b79e840b47672fe2a38985e41c492f29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 10 Jan 2026 23:18:17 +0000 Subject: [PATCH 32/50] Update dependencies from https://github.com/dotnet/dotnet build 20260110.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26060.102 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26060.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26060.102 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 763e29dee26..e920ecd87d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 - + https://github.com/dotnet/dotnet db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 https://github.com/dotnet/dotnet - + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index c7e511f87d0..985fcf50c2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26060.101 - 11.0.0-alpha.1.26060.101 - 11.0.0-alpha.1.26060.101 - 11.0.0-alpha.1.26060.101 + 11.0.0-alpha.1.26060.102 + 11.0.0-alpha.1.26060.102 + 11.0.0-alpha.1.26060.102 + 11.0.0-alpha.1.26060.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26060.101 + 11.0.0-alpha.1.26060.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index cfdc5779b23..9274f62b95d 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26060.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26060.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26060.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26060.102" }, "native-tools": { "python3": "3.7.1" From 30f4be36bd7b15d7b7f3a8b7790932263abf222d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 12 Jan 2026 16:29:19 +0000 Subject: [PATCH 33/50] Update dependencies from https://github.com/dotnet/dotnet build 20260112.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26062.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26062.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26062.101 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e920ecd87d8..ebeed3bfafb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f - + https://github.com/dotnet/dotnet - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f https://github.com/dotnet/dotnet - - db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 + + 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 985fcf50c2d..1f51f951184 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26060.102 - 11.0.0-alpha.1.26060.102 - 11.0.0-alpha.1.26060.102 - 11.0.0-alpha.1.26060.102 + 11.0.0-alpha.1.26062.101 + 11.0.0-alpha.1.26062.101 + 11.0.0-alpha.1.26062.101 + 11.0.0-alpha.1.26062.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26060.102 + 11.0.0-alpha.1.26062.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 9274f62b95d..cc3e78d17b7 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26060.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26060.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26062.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26062.101" }, "native-tools": { "python3": "3.7.1" From c5613808793f675a24f15505fb94db3e1d6a688b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Jan 2026 05:22:52 +0000 Subject: [PATCH 34/50] Update dependencies from https://github.com/dotnet/dotnet build 20260113.12 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26063.112 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26063.112 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26063.112 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebeed3bfafb..8d45deb07ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b - + https://github.com/dotnet/dotnet - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b https://github.com/dotnet/dotnet - - 7b9ad20ba1d45df5a99fdd9dedbf3bfe6a6fc24f + + a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 1f51f951184..dba1a476366 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26062.101 - 11.0.0-alpha.1.26062.101 - 11.0.0-alpha.1.26062.101 - 11.0.0-alpha.1.26062.101 + 11.0.0-alpha.1.26063.112 + 11.0.0-alpha.1.26063.112 + 11.0.0-alpha.1.26063.112 + 11.0.0-alpha.1.26063.112 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26062.101 + 11.0.0-alpha.1.26063.112 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index cc3e78d17b7..302c706d88f 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26062.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26062.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26063.112", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26063.112" }, "native-tools": { "python3": "3.7.1" From 712278750891ddcedce6b5c0b9e0146539dc1895 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Jan 2026 10:32:25 +0000 Subject: [PATCH 35/50] Update dependencies from https://github.com/dotnet/dotnet build 20260113.14 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26063.114 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26063.114 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26063.114 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d45deb07ba..80f5e06bc08 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 - + https://github.com/dotnet/dotnet - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + 8f133e21c38f89e0868655f57ff6a713e9614e50 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + + 8f133e21c38f89e0868655f57ff6a713e9614e50 https://github.com/dotnet/dotnet - - a69a61bfef73b6dcdab4e7d35dd7c32e3dbd144b + + 8f133e21c38f89e0868655f57ff6a713e9614e50 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index dba1a476366..4b78021fa20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26063.112 - 11.0.0-alpha.1.26063.112 - 11.0.0-alpha.1.26063.112 - 11.0.0-alpha.1.26063.112 + 11.0.0-alpha.1.26063.114 + 11.0.0-alpha.1.26063.114 + 11.0.0-alpha.1.26063.114 + 11.0.0-alpha.1.26063.114 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26063.112 + 11.0.0-alpha.1.26063.114 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 302c706d88f..b31895d89c7 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26063.112", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26063.112" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26063.114", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26063.114" }, "native-tools": { "python3": "3.7.1" From 7c633c4a5d7b269e76033ff04841b1bb9e21183f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 14 Jan 2026 16:15:00 +0000 Subject: [PATCH 36/50] Update dependencies from https://github.com/dotnet/dotnet build 20260114.7 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26064.107 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26064.107 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26064.107 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 80f5e06bc08..dea1a07a29c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 - + https://github.com/dotnet/dotnet - 8f133e21c38f89e0868655f57ff6a713e9614e50 + 887f3d5a26e1001ee2777afde10cadcacb8cc735 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 8f133e21c38f89e0868655f57ff6a713e9614e50 + + 887f3d5a26e1001ee2777afde10cadcacb8cc735 https://github.com/dotnet/dotnet - - 8f133e21c38f89e0868655f57ff6a713e9614e50 + + 887f3d5a26e1001ee2777afde10cadcacb8cc735 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 4b78021fa20..5407c8330ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26063.114 - 11.0.0-alpha.1.26063.114 - 11.0.0-alpha.1.26063.114 - 11.0.0-alpha.1.26063.114 + 11.0.0-alpha.1.26064.107 + 11.0.0-alpha.1.26064.107 + 11.0.0-alpha.1.26064.107 + 11.0.0-alpha.1.26064.107 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26063.114 + 11.0.0-alpha.1.26064.107 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index b31895d89c7..d5dece4665d 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26063.114", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26063.114" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.107", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.107" }, "native-tools": { "python3": "3.7.1" From 1ce3ff15bd2d3172672f16d1c68cf9616356f913 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Jan 2026 03:53:43 +0000 Subject: [PATCH 37/50] Update dependencies from https://github.com/dotnet/dotnet build 20260114.20 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26064.120 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26064.120 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26064.120 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dea1a07a29c..a379507132b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 - + https://github.com/dotnet/dotnet - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 https://github.com/dotnet/dotnet - - 887f3d5a26e1001ee2777afde10cadcacb8cc735 + + 4d383e955786d8fa9b0880d00bdca12f9208c7f5 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 5407c8330ee..5d4137758a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26064.107 - 11.0.0-alpha.1.26064.107 - 11.0.0-alpha.1.26064.107 - 11.0.0-alpha.1.26064.107 + 11.0.0-alpha.1.26064.120 + 11.0.0-alpha.1.26064.120 + 11.0.0-alpha.1.26064.120 + 11.0.0-alpha.1.26064.120 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26064.107 + 11.0.0-alpha.1.26064.120 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index d5dece4665d..f6cb229cb53 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.107" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.120", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.120" }, "native-tools": { "python3": "3.7.1" From 151d994620033357fb8beca1de075933d1fbaa23 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Jan 2026 11:44:15 +0000 Subject: [PATCH 38/50] Update dependencies from https://github.com/dotnet/dotnet build 20260114.18 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26064.118 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26064.118 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26064.118 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a379507132b..1bd0debdea4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 - + https://github.com/dotnet/dotnet - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 https://github.com/dotnet/dotnet - - 4d383e955786d8fa9b0880d00bdca12f9208c7f5 + + 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 5d4137758a5..fa4ede19685 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26064.120 - 11.0.0-alpha.1.26064.120 - 11.0.0-alpha.1.26064.120 - 11.0.0-alpha.1.26064.120 + 11.0.0-alpha.1.26064.118 + 11.0.0-alpha.1.26064.118 + 11.0.0-alpha.1.26064.118 + 11.0.0-alpha.1.26064.118 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26064.120 + 11.0.0-alpha.1.26064.118 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index f6cb229cb53..1797a0640e6 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.120", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.120" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.118", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.118" }, "native-tools": { "python3": "3.7.1" From dbac6e09fb2526555355e4a5c257432406817d8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 15 Jan 2026 13:33:20 +0000 Subject: [PATCH 39/50] Update dependencies from https://github.com/dotnet/dotnet build 20260115.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26065.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26065.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26065.101 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1bd0debdea4..8855f80f02b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae - + https://github.com/dotnet/dotnet - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + bac69806be267e5c3fbd02ea60d69f6bdc0356ae https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + + bac69806be267e5c3fbd02ea60d69f6bdc0356ae https://github.com/dotnet/dotnet - - 1b8d7cea3bf7bf086a768a95354814c2a5ce0290 + + bac69806be267e5c3fbd02ea60d69f6bdc0356ae https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index fa4ede19685..ddc4dff912a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26064.118 - 11.0.0-alpha.1.26064.118 - 11.0.0-alpha.1.26064.118 - 11.0.0-alpha.1.26064.118 + 11.0.0-alpha.1.26065.101 + 11.0.0-alpha.1.26065.101 + 11.0.0-alpha.1.26065.101 + 11.0.0-alpha.1.26065.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26064.118 + 11.0.0-alpha.1.26065.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 1797a0640e6..fef363add21 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.118", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26064.118" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26065.101" }, "native-tools": { "python3": "3.7.1" From be7c559e49641d9465629833ccbc33dea78a38bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Jan 2026 07:06:00 +0000 Subject: [PATCH 40/50] Update dependencies from https://github.com/dotnet/dotnet build 20260115.13 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26065.113 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26065.113 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26065.113 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8855f80f02b..6e7641a3a79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 - + https://github.com/dotnet/dotnet - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + 7408f8cf31029ec836004ed244df7287beee2827 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + + 7408f8cf31029ec836004ed244df7287beee2827 https://github.com/dotnet/dotnet - - bac69806be267e5c3fbd02ea60d69f6bdc0356ae + + 7408f8cf31029ec836004ed244df7287beee2827 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index ddc4dff912a..2a51488e00f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26065.101 - 11.0.0-alpha.1.26065.101 - 11.0.0-alpha.1.26065.101 - 11.0.0-alpha.1.26065.101 + 11.0.0-preview.1.26065.113 + 11.0.0-preview.1.26065.113 + 11.0.0-preview.1.26065.113 + 11.0.0-preview.1.26065.113 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26065.101 + 11.0.0-preview.1.26065.113 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index fef363add21..99cc5e6159b 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26065.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.113", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26065.113" }, "native-tools": { "python3": "3.7.1" From d2190543d0563752be4c7e4c6cacb6b90a11e711 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Jan 2026 14:17:30 +0000 Subject: [PATCH 41/50] Update dependencies from https://github.com/dotnet/dotnet build 20260115.10 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26065.110 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-alpha.1.26065.110 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.26065.110 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e7641a3a79..d83c94c8fd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 - + https://github.com/dotnet/dotnet - 7408f8cf31029ec836004ed244df7287beee2827 + d553016d4fd2c8f36671f0472dc2ef359fd28f84 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 7408f8cf31029ec836004ed244df7287beee2827 + + d553016d4fd2c8f36671f0472dc2ef359fd28f84 https://github.com/dotnet/dotnet - - 7408f8cf31029ec836004ed244df7287beee2827 + + d553016d4fd2c8f36671f0472dc2ef359fd28f84 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 2a51488e00f..01402251940 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26065.113 - 11.0.0-preview.1.26065.113 - 11.0.0-preview.1.26065.113 - 11.0.0-preview.1.26065.113 + 11.0.0-alpha.1.26065.110 + 11.0.0-alpha.1.26065.110 + 11.0.0-alpha.1.26065.110 + 11.0.0-alpha.1.26065.110 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26065.113 + 11.0.0-alpha.1.26065.110 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 99cc5e6159b..982cff45dad 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.113", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26065.113" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.110", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26065.110" }, "native-tools": { "python3": "3.7.1" From e29fda5afa56eb8f0364d00fba20c7832a075021 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Jan 2026 15:42:47 +0000 Subject: [PATCH 42/50] Update dependencies from https://github.com/dotnet/dotnet build 20260116.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26066.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26066.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26066.103 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d83c94c8fd2..acc7eab55c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 - + https://github.com/dotnet/dotnet - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 https://github.com/dotnet/dotnet - - d553016d4fd2c8f36671f0472dc2ef359fd28f84 + + 371e34afd7570dc6f725c5ac8a81a62300bb5f70 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 01402251940..78ecbbda238 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.26065.110 - 11.0.0-alpha.1.26065.110 - 11.0.0-alpha.1.26065.110 - 11.0.0-alpha.1.26065.110 + 11.0.0-preview.1.26066.103 + 11.0.0-preview.1.26066.103 + 11.0.0-preview.1.26066.103 + 11.0.0-preview.1.26066.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.26065.110 + 11.0.0-preview.1.26066.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 982cff45dad..6d56b4a2ecf 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.110", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26065.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26066.103" }, "native-tools": { "python3": "3.7.1" From 6af941eb696d7e738c0b818761b0e95d33b05e49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Jan 2026 00:00:22 +0000 Subject: [PATCH 43/50] Update dependencies from https://github.com/dotnet/dotnet build 20260116.5 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26066.105 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26066.105 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26066.105 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index acc7eab55c4..d7f2416eb06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 - + https://github.com/dotnet/dotnet - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 https://github.com/dotnet/dotnet - - 371e34afd7570dc6f725c5ac8a81a62300bb5f70 + + e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 78ecbbda238..84d73259429 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26066.103 - 11.0.0-preview.1.26066.103 - 11.0.0-preview.1.26066.103 - 11.0.0-preview.1.26066.103 + 11.0.0-preview.1.26066.105 + 11.0.0-preview.1.26066.105 + 11.0.0-preview.1.26066.105 + 11.0.0-preview.1.26066.105 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26066.103 + 11.0.0-preview.1.26066.105 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 6d56b4a2ecf..421de76f6ab 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26066.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26066.105" }, "native-tools": { "python3": "3.7.1" From 372f59496fab225eb2718778da161cd316dcef28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 17 Jan 2026 10:56:04 +0000 Subject: [PATCH 44/50] Update dependencies from https://github.com/dotnet/dotnet build 20260116.11 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26066.111 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26066.111 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26066.111 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d7f2416eb06..20de97f0530 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 - + https://github.com/dotnet/dotnet - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 https://github.com/dotnet/dotnet - - e069e8eee8566d7b1aa6f8f34833f8db7a0eb018 + + 411dbc3cd87aad5a3edbc879081055c9e00b1db0 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 84d73259429..a31b0880c57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26066.105 - 11.0.0-preview.1.26066.105 - 11.0.0-preview.1.26066.105 - 11.0.0-preview.1.26066.105 + 11.0.0-preview.1.26066.111 + 11.0.0-preview.1.26066.111 + 11.0.0-preview.1.26066.111 + 11.0.0-preview.1.26066.111 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26066.105 + 11.0.0-preview.1.26066.111 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 421de76f6ab..d3dfee1d7fe 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26066.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.111", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26066.111" }, "native-tools": { "python3": "3.7.1" From 4d99e302b9daea9b7cadaec0ad57b79191496f2e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Jan 2026 03:43:31 +0000 Subject: [PATCH 45/50] Update dependencies from https://github.com/dotnet/dotnet build 20260117.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26067.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26067.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26067.103 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20de97f0530..4417ca35643 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c - + https://github.com/dotnet/dotnet - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c https://github.com/dotnet/dotnet - - 411dbc3cd87aad5a3edbc879081055c9e00b1db0 + + bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index a31b0880c57..374cc27736a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26066.111 - 11.0.0-preview.1.26066.111 - 11.0.0-preview.1.26066.111 - 11.0.0-preview.1.26066.111 + 11.0.0-preview.1.26067.103 + 11.0.0-preview.1.26067.103 + 11.0.0-preview.1.26067.103 + 11.0.0-preview.1.26067.103 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26066.111 + 11.0.0-preview.1.26067.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index d3dfee1d7fe..852d0d6e22a 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26066.111", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26066.111" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26067.103" }, "native-tools": { "python3": "3.7.1" From 59225224af5be7a0592f4edd442d465a54d842ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Jan 2026 19:49:04 +0000 Subject: [PATCH 46/50] Update dependencies from https://github.com/dotnet/dotnet build 20260119.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26069.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26069.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26069.103 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4417ca35643..11bce0b4659 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 - + https://github.com/dotnet/dotnet - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + adf42f5dcec99a409a6f63355f5b52147bfaf043 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + + adf42f5dcec99a409a6f63355f5b52147bfaf043 https://github.com/dotnet/dotnet - - bfa3455fa1a80fb012f9e3f3fd07fbc6435b585c + + adf42f5dcec99a409a6f63355f5b52147bfaf043 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 374cc27736a..272bb6548a1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26067.103 - 11.0.0-preview.1.26067.103 - 11.0.0-preview.1.26067.103 - 11.0.0-preview.1.26067.103 + 11.0.0-preview.1.26069.103 + 11.0.0-preview.1.26069.103 + 11.0.0-preview.1.26069.103 + 11.0.0-preview.1.26069.103 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26067.103 + 11.0.0-preview.1.26069.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 852d0d6e22a..04b13f0fd43 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26067.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26069.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26069.103" }, "native-tools": { "python3": "3.7.1" From 5c3ae65e941bbb72b85eb928540154beba5cf239 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Jan 2026 17:41:27 +0000 Subject: [PATCH 47/50] Update dependencies from https://github.com/dotnet/dotnet build 20260119.5 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26069.105 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26069.105 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26069.105 --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- .../job/publish-build-assets.yml | 2 +- .../core-templates/job/source-build.yml | 2 +- .../core-templates/post-build/post-build.yml | 4 +- .../templates/variables/pool-providers.yml | 2 +- global.json | 8 ++-- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11bce0b4659..ae986b0fa19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 - + https://github.com/dotnet/dotnet - adf42f5dcec99a409a6f63355f5b52147bfaf043 + ec846aee7f12180381c444dfeeba0c5022e1d110 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - adf42f5dcec99a409a6f63355f5b52147bfaf043 + + ec846aee7f12180381c444dfeeba0c5022e1d110 https://github.com/dotnet/dotnet - - adf42f5dcec99a409a6f63355f5b52147bfaf043 + + ec846aee7f12180381c444dfeeba0c5022e1d110 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 272bb6548a1..ff888153c41 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26069.103 - 11.0.0-preview.1.26069.103 - 11.0.0-preview.1.26069.103 - 11.0.0-preview.1.26069.103 + 11.0.0-preview.1.26069.105 + 11.0.0-preview.1.26069.105 + 11.0.0-preview.1.26069.105 + 11.0.0-preview.1.26069.105 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26069.103 + 11.0.0-preview.1.26069.105 11.0.0-prerelease.25603.1 diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index 8b5c635fe80..c9ee8ffd8f1 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -80,7 +80,7 @@ jobs: # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2019.amd64 + image: windows.vs2022.amd64 os: windows steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index 9d820f97421..7322e88bea8 100644 --- a/eng/common/core-templates/job/source-build.yml +++ b/eng/common/core-templates/job/source-build.yml @@ -63,7 +63,7 @@ jobs: demands: ImageOverride -equals build.ubuntu.2204.amd64 ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')] - image: 1es-azurelinux-3 + image: Azure-Linux-3-Amd64 os: linux ${{ else }}: pool: diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index 06864cd1feb..3bed9cdb49d 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -293,11 +293,11 @@ stages: ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2019.amd64 + image: windows.vs2022.amd64 os: windows ${{ else }}: name: NetCore1ESPool-Publishing-Internal - demands: ImageOverride -equals windows.vs2019.amd64 + demands: ImageOverride -equals windows.vs2022.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml index e0b19c14a07..18693ea120d 100644 --- a/eng/common/templates/variables/pool-providers.yml +++ b/eng/common/templates/variables/pool-providers.yml @@ -23,7 +23,7 @@ # # pool: # name: $(DncEngInternalBuildPool) -# demands: ImageOverride -equals windows.vs2019.amd64 +# demands: ImageOverride -equals windows.vs2022.amd64 variables: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - template: /eng/common/templates-official/variables/pool-providers.yml diff --git a/global.json b/global.json index 04b13f0fd43..85d2abbcc93 100644 --- a/global.json +++ b/global.json @@ -1,15 +1,15 @@ { "sdk": { - "version": "10.0.100", + "version": "11.0.100-alpha.1.26060.102", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.100" + "dotnet": "11.0.100-alpha.1.26060.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26069.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26069.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26069.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26069.105" }, "native-tools": { "python3": "3.7.1" From f966773340df3ae8f5b6626f201b88512c0f6df5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 20 Jan 2026 22:15:38 +0000 Subject: [PATCH 48/50] Update dependencies from https://github.com/dotnet/dotnet build 20260120.10 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26070.110 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26070.110 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26070.110 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae986b0fa19..c90e9750ad1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b - + https://github.com/dotnet/dotnet - ec846aee7f12180381c444dfeeba0c5022e1d110 + a8b46ab052618a946f8b728e7ffa6566ef7c094b https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - ec846aee7f12180381c444dfeeba0c5022e1d110 + + a8b46ab052618a946f8b728e7ffa6566ef7c094b https://github.com/dotnet/dotnet - - ec846aee7f12180381c444dfeeba0c5022e1d110 + + a8b46ab052618a946f8b728e7ffa6566ef7c094b https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index ff888153c41..26f6cb0abd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26069.105 - 11.0.0-preview.1.26069.105 - 11.0.0-preview.1.26069.105 - 11.0.0-preview.1.26069.105 + 11.0.0-preview.1.26070.110 + 11.0.0-preview.1.26070.110 + 11.0.0-preview.1.26070.110 + 11.0.0-preview.1.26070.110 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26069.105 + 11.0.0-preview.1.26070.110 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 85d2abbcc93..fb516e7dd8c 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-alpha.1.26060.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26069.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26069.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26070.110", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26070.110" }, "native-tools": { "python3": "3.7.1" From 8e71520b877f01efc22cacc35d022b2032276c08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Jan 2026 15:39:15 +0000 Subject: [PATCH 49/50] Update dependencies from https://github.com/dotnet/dotnet build 20260121.5 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26071.105 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26071.105 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26071.105 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c90e9750ad1..cb5dd4db9aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet - a8b46ab052618a946f8b728e7ffa6566ef7c094b + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - a8b46ab052618a946f8b728e7ffa6566ef7c094b + + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 https://github.com/dotnet/dotnet - - a8b46ab052618a946f8b728e7ffa6566ef7c094b + + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 26f6cb0abd6..db771264ea7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26070.110 - 11.0.0-preview.1.26070.110 - 11.0.0-preview.1.26070.110 - 11.0.0-preview.1.26070.110 + 11.0.0-preview.1.26071.105 + 11.0.0-preview.1.26071.105 + 11.0.0-preview.1.26071.105 + 11.0.0-preview.1.26071.105 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26070.110 + 11.0.0-preview.1.26071.105 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index fb516e7dd8c..56b35a0f955 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-alpha.1.26060.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26070.110", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26070.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26071.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26071.105" }, "native-tools": { "python3": "3.7.1" From fb6c1feb8a90ac3e862fcb3c3653b59f8e3bb52c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 21 Jan 2026 22:41:46 +0000 Subject: [PATCH 50/50] Update dependencies from https://github.com/dotnet/dotnet build 20260121.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26071.101 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.1.26071.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.1.26071.101 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb5dd4db9aa..455b1452f6c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 - + https://github.com/dotnet/dotnet 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 https://github.com/dotnet/dotnet - + 4707d71d0936130c7ef3fe7c9e5f5f755561c8a8 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index db771264ea7..55e7017879d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.1.26071.105 - 11.0.0-preview.1.26071.105 - 11.0.0-preview.1.26071.105 - 11.0.0-preview.1.26071.105 + 11.0.0-preview.1.26071.101 + 11.0.0-preview.1.26071.101 + 11.0.0-preview.1.26071.101 + 11.0.0-preview.1.26071.101 0.14.1-nightly.20250107.205 - 11.0.0-preview.1.26071.105 + 11.0.0-preview.1.26071.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 56b35a0f955..38bfdb0e3da 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-alpha.1.26060.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26071.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26071.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26071.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26071.101" }, "native-tools": { "python3": "3.7.1"