From 5ed1c6290c4c124af2b538440696993add1a019b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Dec 2025 02:04:41 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/dotnet build 20251211.12 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 10.0.2 -> To Version 10.0.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.25611.101 -> To Version 10.0.0-beta.25611.112 Microsoft.DotNet.Cecil From Version 0.11.5-alpha.25611.101 -> To Version 0.11.5-alpha.25611.112 Microsoft.NET.ILLink From Version 10.0.2-servicing.25611.101 -> To Version 10.0.1-servicing.25611.112 Microsoft.NET.Sdk From Version 10.0.102-servicing.25611.101 -> To Version 10.0.102-servicing.25611.112 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.102 -> To Version 10.0.102 --- NuGet.config | 2 +- eng/Version.Details.props | 18 +++++----- eng/Version.Details.xml | 38 ++++++++++---------- eng/common/internal-feed-operations.ps1 | 2 +- eng/common/post-build/nuget-verification.ps1 | 2 +- eng/common/tools.ps1 | 6 ++-- global.json | 2 +- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/NuGet.config b/NuGet.config index ddcbc34a010c..6c47dde77c30 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 68f0dc629d19..4bf5fb1a90ca 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,15 +6,15 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.25611.101 - 10.0.0-beta.25611.101 - 0.11.5-alpha.25611.101 - 10.0.0-beta.25611.101 - 10.0.2-servicing.25611.101 - 10.0.2 - 10.0.2 - 10.0.102-servicing.25611.101 - 10.0.2 + 10.0.0-beta.25611.112 + 10.0.0-beta.25611.112 + 0.11.5-alpha.25611.112 + 10.0.0-beta.25611.112 + 10.0.1-servicing.25611.112 + 10.0.1 + 10.0.1 + 10.0.102-servicing.25611.112 + 10.0.1 10.0.102 26.0.11017 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a58b49d356f6..5334ed09ddd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f https://github.com/dotnet/xharness 3df2923500447ee925d59f026c81720c7a9b4e4b - + https://github.com/dotnet/dotnet - 11af6ee5adad08cf5743e1578eea8c324d482f5e + e9995e95c2e1e9ec6d050f49287d22578dbc156f diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1 index 92b77347d990..c282d3ae403a 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 ac5c69ffcac5..eea88e653c91 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 578705ee4dbd..bef4affa4a41 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -277,7 +277,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { Retry({ Write-Host "GET $uri" - Invoke-WebRequest $uri -OutFile $installScript + Invoke-WebRequest $uri -UseBasicParsing -OutFile $installScript }) } @@ -510,7 +510,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)) { @@ -556,7 +556,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 c47455f3af44..87c032512640 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.102-servicing.25611.101" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25611.101" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25611.112" } } From dba8aaae2d2ad13b17b5cdb1688a2d3dd34ccf57 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 13 Dec 2025 02:05:22 +0000 Subject: [PATCH 2/4] Re-generate global.json for PR #24443: [main] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 87c032512640..798dfe53606c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.102-servicing.25611.101", + "version": "10.0.102-servicing.25611.112", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "10.0.102-servicing.25611.101" + "dotnet": "10.0.102-servicing.25611.112" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25611.112" From ae7c20bb44d3c59c909e28d2927fa143b3a11f3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Dec 2025 02:03:08 +0000 Subject: [PATCH 3/4] Update dependencies from https://github.com/dotnet/dotnet build 20251212.11 On relative base path root Microsoft.NET.Runtime.MonoTargets.Sdk , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Ref From Version 10.0.2 -> To Version 10.0.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.25611.101 -> To Version 10.0.0-beta.25612.111 Microsoft.DotNet.Cecil From Version 0.11.5-alpha.25611.101 -> To Version 0.11.5-alpha.25612.111 Microsoft.NET.ILLink From Version 10.0.2-servicing.25611.101 -> To Version 10.0.2-servicing.25612.111 Microsoft.NET.Sdk From Version 10.0.102-servicing.25611.101 -> To Version 10.0.102-servicing.25612.111 Microsoft.TemplateEngine.Authoring.Tasks From Version 10.0.102 -> To Version 10.0.102 --- NuGet.config | 2 +- eng/Version.Details.props | 18 +++++++++--------- eng/Version.Details.xml | 38 +++++++++++++++++++------------------- global.json | 2 +- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/NuGet.config b/NuGet.config index 6c47dde77c30..7ab605cb6aab 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 4bf5fb1a90ca..07510492a3d7 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,15 +6,15 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.25611.112 - 10.0.0-beta.25611.112 - 0.11.5-alpha.25611.112 - 10.0.0-beta.25611.112 - 10.0.1-servicing.25611.112 - 10.0.1 - 10.0.1 - 10.0.102-servicing.25611.112 - 10.0.1 + 10.0.0-beta.25612.111 + 10.0.0-beta.25612.111 + 0.11.5-alpha.25612.111 + 10.0.0-beta.25612.111 + 10.0.2-servicing.25612.111 + 10.0.2 + 10.0.2 + 10.0.102-servicing.25612.111 + 10.0.2 10.0.102 26.0.11017 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5334ed09ddd0..711f7ba55e89 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 @@ -95,25 +95,25 @@ - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 https://github.com/dotnet/xharness 3df2923500447ee925d59f026c81720c7a9b4e4b - + https://github.com/dotnet/dotnet - e9995e95c2e1e9ec6d050f49287d22578dbc156f + 9441e5bb35fae9e956fdac4bd33ee537175e6d60 diff --git a/global.json b/global.json index 798dfe53606c..ca822cba3a9e 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ "dotnet": "10.0.102-servicing.25611.112" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25611.112" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.111" } } From 264502702aa889bfbf83c8b65c3ed7a3aa5a8126 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 14 Dec 2025 02:03:50 +0000 Subject: [PATCH 4/4] Re-generate global.json for PR #24443: [main] Update dependencies from dotnet/dotnet --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index ca822cba3a9e..9634fbe97db7 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.102-servicing.25611.112", + "version": "10.0.102-servicing.25612.111", "paths": [ "builds/downloads/dotnet", "$host$" @@ -8,7 +8,7 @@ "errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'." }, "tools": { - "dotnet": "10.0.102-servicing.25611.112" + "dotnet": "10.0.102-servicing.25612.111" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.111"