Skip to content

Commit c60d1ae

Browse files
dotnet-maestro[bot]GitHub Actions
andauthored
[release/10.0.1xx] Update dependencies from dotnet/dotnet (#24442)
This pull request updates the following dependencies [marker]: <> (Begin:b8147851-a11a-4f71-8691-54b5635d49e0) ## From https://github.com/dotnet/dotnet - **Subscription**: [b8147851-a11a-4f71-8691-54b5635d49e0](https://maestro.dot.net/subscriptions?search=b8147851-a11a-4f71-8691-54b5635d49e0) - **Build**: [20251212.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2859979) ([294580](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/294580)) - **Date Produced**: December 13, 2025 2:31:12 AM UTC - **Commit**: [9441e5bb35fae9e956fdac4bd33ee537175e6d60](dotnet/dotnet@9441e5b) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.2 to 10.0.2][2] - Microsoft.NET.Runtime.MonoTargets.Sdk - Microsoft.NET.ILLink.Tasks - Microsoft.NETCore.App.Ref - From [10.0.0-beta.25611.101 to 10.0.0-beta.25612.111][2] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Build.Tasks.Feed - Microsoft.DotNet.SharedFramework.Sdk - From [0.11.5-alpha.25611.101 to 0.11.5-alpha.25612.111][2] - Microsoft.DotNet.Cecil - From [10.0.2-servicing.25611.101 to 10.0.2-servicing.25612.111][2] - Microsoft.NET.ILLink - From [10.0.102-servicing.25611.101 to 10.0.102-servicing.25612.111][2] - Microsoft.NET.Sdk - From [10.0.102 to 10.0.102][2] - Microsoft.TemplateEngine.Authoring.Tasks [2]: dotnet/dotnet@11af6ee...9441e5b [DependencyUpdate]: <> (End) [marker]: <> (End:b8147851-a11a-4f71-8691-54b5635d49e0) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions@xamarin.com>
1 parent 2c20490 commit c60d1ae

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<clear />
1111
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1212
<!-- Begin: Package sources from dotnet-dotnet -->
13-
<add key="darc-pub-dotnet-dotnet-11af6ee" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-11af6ee5/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-dotnet-9441e5b" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-9441e5bb/nuget/v3/index.json" />
1414
<!-- End: Package sources from dotnet-dotnet -->
1515
<!-- Begin: Package sources from dotnet-macios -->
1616
<add key="darc-pub-dotnet-macios-69e5712" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-69e57125/nuget/v3/index.json" />

eng/Version.Details.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25611.101</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25611.101</MicrosoftDotNetBuildTasksFeedPackageVersion>
11-
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25611.101</MicrosoftDotNetCecilPackageVersion>
12-
<MicrosoftDotNetSharedFrameworkSdkPackageVersion>10.0.0-beta.25611.101</MicrosoftDotNetSharedFrameworkSdkPackageVersion>
13-
<MicrosoftNETILLinkPackageVersion>10.0.2-servicing.25611.101</MicrosoftNETILLinkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25612.111</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25612.111</MicrosoftDotNetBuildTasksFeedPackageVersion>
11+
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25612.111</MicrosoftDotNetCecilPackageVersion>
12+
<MicrosoftDotNetSharedFrameworkSdkPackageVersion>10.0.0-beta.25612.111</MicrosoftDotNetSharedFrameworkSdkPackageVersion>
13+
<MicrosoftNETILLinkPackageVersion>10.0.2-servicing.25612.111</MicrosoftNETILLinkPackageVersion>
1414
<MicrosoftNETILLinkTasksPackageVersion>10.0.2</MicrosoftNETILLinkTasksPackageVersion>
1515
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>10.0.2</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
16-
<MicrosoftNETSdkPackageVersion>10.0.102-servicing.25611.101</MicrosoftNETSdkPackageVersion>
16+
<MicrosoftNETSdkPackageVersion>10.0.102-servicing.25612.111</MicrosoftNETSdkPackageVersion>
1717
<MicrosoftNETCoreAppRefPackageVersion>10.0.2</MicrosoftNETCoreAppRefPackageVersion>
1818
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.102</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
1919
<!-- dotnet/macios dependencies -->

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.102-servicing.25611.101">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.102-servicing.25612.111">
44
<Uri>https://github.com/dotnet/dotnet</Uri>
5-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
5+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink" Version="10.0.2-servicing.25611.101">
7+
<Dependency Name="Microsoft.NET.ILLink" Version="10.0.2-servicing.25612.111">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
9+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
1010
</Dependency>
1111
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.2">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
13+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
1414
</Dependency>
1515
<Dependency Name="Microsoft.NET.Runtime.MonoTargets.Sdk" Version="10.0.2">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
17+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
1818
</Dependency>
1919
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if changing the version outside of dependency flow -->
2020
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.2">
2121
<Uri>https://github.com/dotnet/dotnet</Uri>
22-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
22+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25611.101">
24+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25612.111">
2525
<Uri>https://github.com/dotnet/dotnet</Uri>
26-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
26+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
2727
</Dependency>
2828
<!-- This is a subscription of the .NET 9 latest stable versions of our packages -->
2929
<Dependency Name="Microsoft.MacCatalyst.Sdk.net9.0_18.5" Version="18.5.9227">
@@ -95,25 +95,25 @@
9595
</Dependency>
9696
</ProductDependencies>
9797
<ToolsetDependencies>
98-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25611.101">
98+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25612.111">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
100+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25611.101">
102+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25612.111">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
104+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
105105
</Dependency>
106106
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.102">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
108+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
109109
</Dependency>
110110
<Dependency Name="Microsoft.DotNet.XHarness.iOS.Shared" Version="11.0.0-prerelease.25603.1">
111111
<Uri>https://github.com/dotnet/xharness</Uri>
112112
<Sha>3df2923500447ee925d59f026c81720c7a9b4e4b</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25611.101">
114+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25612.111">
115115
<Uri>https://github.com/dotnet/dotnet</Uri>
116-
<Sha>11af6ee5adad08cf5743e1578eea8c324d482f5e</Sha>
116+
<Sha>9441e5bb35fae9e956fdac4bd33ee537175e6d60</Sha>
117117
<SourceBuild RepoName="arcade" ManagedOnly="true" />
118118
</Dependency>
119119
</ToolsetDependencies>

eng/common/internal-feed-operations.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function SetupCredProvider {
2626
$url = 'https://raw.githubusercontent.com/microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1'
2727

2828
Write-Host "Writing the contents of 'installcredprovider.ps1' locally..."
29-
Invoke-WebRequest $url -OutFile installcredprovider.ps1
29+
Invoke-WebRequest $url -UseBasicParsing -OutFile installcredprovider.ps1
3030

3131
Write-Host 'Installing plugin...'
3232
.\installcredprovider.ps1 -Force

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if ($NuGetExePath) {
6565
Write-Host "Downloading nuget.exe from $nugetExeUrl..."
6666
$ProgressPreference = 'SilentlyContinue'
6767
try {
68-
Invoke-WebRequest $nugetExeUrl -OutFile $downloadedNuGetExe
68+
Invoke-WebRequest $nugetExeUrl -UseBasicParsing -OutFile $downloadedNuGetExe
6969
$ProgressPreference = 'Continue'
7070
} catch {
7171
$ProgressPreference = 'Continue'

eng/common/tools.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
277277

278278
Retry({
279279
Write-Host "GET $uri"
280-
Invoke-WebRequest $uri -OutFile $installScript
280+
Invoke-WebRequest $uri -UseBasicParsing -OutFile $installScript
281281
})
282282
}
283283

@@ -510,7 +510,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) {
510510
Write-Host "Downloading $packageName $packageVersion"
511511
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
512512
Retry({
513-
Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -OutFile $packagePath
513+
Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -UseBasicParsing -OutFile $packagePath
514514
})
515515

516516
if (!(Test-Path $packagePath)) {
@@ -556,7 +556,7 @@ function LocateVisualStudio([object]$vsRequirements = $null){
556556
Write-Host "Downloading vswhere $vswhereVersion"
557557
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
558558
Retry({
559-
Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe
559+
Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -UseBasicParsing -OutFile $vswhereExe
560560
})
561561
}
562562

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"sdk": {
3-
"version": "10.0.102-servicing.25611.101",
3+
"version": "10.0.102-servicing.25612.111",
44
"paths": [
55
"builds/downloads/dotnet",
66
"$host$"
77
],
88
"errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'."
99
},
1010
"tools": {
11-
"dotnet": "10.0.102-servicing.25611.101"
11+
"dotnet": "10.0.102-servicing.25612.111"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25611.101"
14+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25612.111"
1515
}
1616
}

0 commit comments

Comments
 (0)