Skip to content

Commit 95b6591

Browse files
[main] Update dependencies from dotnet/dotnet (#24178)
This pull request updates the following dependencies ## From https://github.com/dotnet/dotnet - **Subscription**: [7bea2f72-36de-4307-8c02-e200db7ccd92](https://maestro.dot.net/subscriptions?search=7bea2f72-36de-4307-8c02-e200db7ccd92) - **Build**: [20251104.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2831037) ([289521](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/289521)) - **Date Produced**: November 4, 2025 7:16:29 PM UTC - **Commit**: [8ee0cc0bbdbacfeb5b7e703909c9731ff75600f1](dotnet/dotnet@8ee0cc0) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) - **Updates**: - From [10.0.0 to 10.0.1][1] - Microsoft.NET.Runtime.MonoTargets.Sdk - Microsoft.NET.ILLink.Tasks - Microsoft.NETCore.App.Ref - From [10.0.0-beta.25531.102 to 10.0.0-beta.25554.104][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Build.Tasks.Feed - Microsoft.DotNet.SharedFramework.Sdk - From [0.11.5-alpha.25531.102 to 0.11.5-alpha.25554.104][1] - Microsoft.DotNet.Cecil - From [10.0.0-rtm.25531.102 to 10.0.1-servicing.25554.104][1] - Microsoft.NET.ILLink - From [10.0.100-rtm.25531.102 to 10.0.101-servicing.25554.104][1] - Microsoft.NET.Sdk - From [10.0.100 to 10.0.101][1] - Microsoft.TemplateEngine.Authoring.Tasks [1]: dotnet/dotnet@ba86126...8ee0cc0
1 parent 87b6c8a commit 95b6591

File tree

9 files changed

+79
-41
lines changed

9 files changed

+79
-41
lines changed

NuGet.config

Lines changed: 3 additions & 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-ba86126" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-ba861262/nuget/v3/index.json" />
13+
<add key="darc-pub-dotnet-dotnet-93970af" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-93970af2/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-4177c9d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-macios-4177c9d9/nuget/v3/index.json" />
@@ -39,6 +39,8 @@
3939
<add key="darc-pub-dotnet-runtime-ad2d4fbc" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-ad2d4fbc/nuget/v3/index.json" />
4040
<!-- Add a 9.0.11 feed -->
4141
<add key="darc-pub-dotnet-runtime-35fe9c61" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-35fe9c61/nuget/v3/index.json" />
42+
<!-- Add a 9.0.12 feed -->
43+
<add key="darc-pub-dotnet-runtime-9c2fb4b7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-9c2fb4b7/nuget/v3/index.json" />
4244
</packageSources>
4345
<disabledPackageSources>
4446
<clear />

eng/Version.Details.props

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25531.102</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25531.102</MicrosoftDotNetBuildTasksFeedPackageVersion>
11-
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25531.102</MicrosoftDotNetCecilPackageVersion>
12-
<MicrosoftDotNetSharedFrameworkSdkPackageVersion>10.0.0-beta.25531.102</MicrosoftDotNetSharedFrameworkSdkPackageVersion>
13-
<MicrosoftNETILLinkPackageVersion>10.0.0-rtm.25531.102</MicrosoftNETILLinkPackageVersion>
14-
<MicrosoftNETILLinkTasksPackageVersion>10.0.0</MicrosoftNETILLinkTasksPackageVersion>
15-
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>10.0.0</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
16-
<MicrosoftNETSdkPackageVersion>10.0.100-rtm.25531.102</MicrosoftNETSdkPackageVersion>
17-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0</MicrosoftNETCoreAppRefPackageVersion>
18-
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.100</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25563.104</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetBuildTasksFeedPackageVersion>10.0.0-beta.25563.104</MicrosoftDotNetBuildTasksFeedPackageVersion>
11+
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25563.104</MicrosoftDotNetCecilPackageVersion>
12+
<MicrosoftDotNetSharedFrameworkSdkPackageVersion>10.0.0-beta.25563.104</MicrosoftDotNetSharedFrameworkSdkPackageVersion>
13+
<MicrosoftNETILLinkPackageVersion>10.0.1-servicing.25563.104</MicrosoftNETILLinkPackageVersion>
14+
<MicrosoftNETILLinkTasksPackageVersion>10.0.1</MicrosoftNETILLinkTasksPackageVersion>
15+
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>10.0.1</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
16+
<MicrosoftNETSdkPackageVersion>10.0.101-servicing.25563.104</MicrosoftNETSdkPackageVersion>
17+
<MicrosoftNETCoreAppRefPackageVersion>10.0.1</MicrosoftNETCoreAppRefPackageVersion>
18+
<MicrosoftTemplateEngineAuthoringTasksPackageVersion>10.0.101</MicrosoftTemplateEngineAuthoringTasksPackageVersion>
1919
<!-- dotnet/macios dependencies -->
2020
<MicrosoftiOSSdknet100_260PackageVersion>26.0.11017</MicrosoftiOSSdknet100_260PackageVersion>
2121
<MicrosoftiOSSdknet90_185PackageVersion>18.5.9227</MicrosoftiOSSdknet90_185PackageVersion>

eng/Version.Details.xml

Lines changed: 20 additions & 20 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.100-rtm.25531.102">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.101-servicing.25563.104">
44
<Uri>https://github.com/dotnet/dotnet</Uri>
5-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
5+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NET.ILLink" Version="10.0.0-rtm.25531.102">
7+
<Dependency Name="Microsoft.NET.ILLink" Version="10.0.1-servicing.25563.104">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
9+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.1">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
13+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NET.Runtime.MonoTargets.Sdk" Version="10.0.0">
15+
<Dependency Name="Microsoft.NET.Runtime.MonoTargets.Sdk" Version="10.0.1">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
17+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
1818
</Dependency>
1919
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if changing the version outside of dependency flow -->
20-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0">
20+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.1">
2121
<Uri>https://github.com/dotnet/dotnet</Uri>
22-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
22+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25531.102">
24+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25563.104">
2525
<Uri>https://github.com/dotnet/dotnet</Uri>
26-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
26+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</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.25531.102">
98+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25563.104">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
100+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25531.102">
102+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25563.104">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
104+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.100">
106+
<Dependency Name="Microsoft.TemplateEngine.Authoring.Tasks" Version="10.0.101">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
108+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
109109
</Dependency>
110110
<Dependency Name="Microsoft.DotNet.XHarness.iOS.Shared" Version="10.0.0-prerelease.25564.3">
111111
<Uri>https://github.com/dotnet/xharness</Uri>
112112
<Sha>380f540c98c117d0e47564f48fb3cd670a910825</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25531.102">
114+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25563.104">
115115
<Uri>https://github.com/dotnet/dotnet</Uri>
116-
<Sha>ba86126261026d26f7c30cd3434680d3965a88cf</Sha>
116+
<Sha>93970af2dae989c795efb703be9a25ff95079f25</Sha>
117117
<SourceBuild RepoName="arcade" ManagedOnly="true" />
118118
</Dependency>
119119
</ToolsetDependencies>

eng/common/SetupNugetSources.ps1

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This script adds internal feeds required to build commits that depend on internal package sources. For instance,
2-
# dotnet6-internal would be added automatically if dotnet6 was found in the nuget.config file. In addition also enables
3-
# disabled internal Maestro (darc-int*) feeds.
2+
# dotnet6-internal would be added automatically if dotnet6 was found in the nuget.config file. Similarly,
3+
# dotnet-eng-internal and dotnet-tools-internal are added if dotnet-eng and dotnet-tools are present.
4+
# In addition, this script also enables disabled internal Maestro (darc-int*) feeds.
45
#
56
# Optionally, this script also adds a credential entry for each of the internal feeds if supplied.
67
#
@@ -173,4 +174,16 @@ foreach ($dotnetVersion in $dotnetVersions) {
173174
}
174175
}
175176

177+
# Check for dotnet-eng and add dotnet-eng-internal if present
178+
$dotnetEngSource = $sources.SelectSingleNode("add[@key='dotnet-eng']")
179+
if ($dotnetEngSource -ne $null) {
180+
AddOrEnablePackageSource -Sources $sources -DisabledPackageSources $disabledSources -SourceName "dotnet-eng-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-eng-internal/nuget/$feedSuffix" -Creds $creds -Username $userName -pwd $Password
181+
}
182+
183+
# Check for dotnet-tools and add dotnet-tools-internal if present
184+
$dotnetToolsSource = $sources.SelectSingleNode("add[@key='dotnet-tools']")
185+
if ($dotnetToolsSource -ne $null) {
186+
AddOrEnablePackageSource -Sources $sources -DisabledPackageSources $disabledSources -SourceName "dotnet-tools-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/$feedSuffix" -Creds $creds -Username $userName -pwd $Password
187+
}
188+
176189
$doc.Save($filename)

eng/common/SetupNugetSources.sh

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env bash
22

33
# This script adds internal feeds required to build commits that depend on internal package sources. For instance,
4-
# dotnet6-internal would be added automatically if dotnet6 was found in the nuget.config file. In addition also enables
5-
# disabled internal Maestro (darc-int*) feeds.
4+
# dotnet6-internal would be added automatically if dotnet6 was found in the nuget.config file. Similarly,
5+
# dotnet-eng-internal and dotnet-tools-internal are added if dotnet-eng and dotnet-tools are present.
6+
# In addition, this script also enables disabled internal Maestro (darc-int*) feeds.
67
#
78
# Optionally, this script also adds a credential entry for each of the internal feeds if supplied.
89
#
@@ -173,6 +174,18 @@ for DotNetVersion in ${DotNetVersions[@]} ; do
173174
fi
174175
done
175176

177+
# Check for dotnet-eng and add dotnet-eng-internal if present
178+
grep -i "<add key=\"dotnet-eng\"" $ConfigFile > /dev/null
179+
if [ "$?" == "0" ]; then
180+
AddOrEnablePackageSource "dotnet-eng-internal" "https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-eng-internal/nuget/$FeedSuffix"
181+
fi
182+
183+
# Check for dotnet-tools and add dotnet-tools-internal if present
184+
grep -i "<add key=\"dotnet-tools\"" $ConfigFile > /dev/null
185+
if [ "$?" == "0" ]; then
186+
AddOrEnablePackageSource "dotnet-tools-internal" "https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/$FeedSuffix"
187+
fi
188+
176189
# I want things split line by line
177190
PrevIFS=$IFS
178191
IFS=$'\n'

eng/common/core-templates/job/publish-build-assets.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ jobs:
180180
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
181181
is1ESPipeline: ${{ parameters.is1ESPipeline }}
182182

183+
# Darc is targeting 8.0, so make sure it's installed
184+
- task: UseDotNet@2
185+
inputs:
186+
version: 8.0.x
187+
183188
- task: AzureCLI@2
184189
displayName: Publish Using Darc
185190
inputs:

eng/common/core-templates/post-build/post-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,11 @@ stages:
307307

308308
- task: NuGetAuthenticate@1
309309

310+
# Darc is targeting 8.0, so make sure it's installed
311+
- task: UseDotNet@2
312+
inputs:
313+
version: 8.0.x
314+
310315
- task: AzureCLI@2
311316
displayName: Publish Using Darc
312317
inputs:

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.100-rtm.25531.102",
3+
"version": "10.0.101-servicing.25563.104",
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.100-rtm.25531.102"
11+
"dotnet": "10.0.101-servicing.25563.104"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25531.102"
14+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25563.104"
1515
}
1616
}

tests/dotnet/UnitTests/expected/iOS-MonoVM-interpreter-size.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
AppBundleSize: 3,589,940 bytes (3,505.8 KB = 3.4 MB)
1+
AppBundleSize: 3,610,430 bytes (3,525.8 KB = 3.4 MB)
22
# The following list of files and their sizes is just informational / for review, and isn't used in the test:
33
_CodeSignature/CodeResources: 3,997 bytes (3.9 KB = 0.0 MB)
44
archived-expanded-entitlements.xcent: 384 bytes (0.4 KB = 0.0 MB)
5-
Info.plist: 1,138 bytes (1.1 KB = 0.0 MB)
5+
Info.plist: 1,164 bytes (1.1 KB = 0.0 MB)
66
Microsoft.iOS.dll: 149,504 bytes (146.0 KB = 0.1 MB)
77
PkgInfo: 8 bytes (0.0 KB = 0.0 MB)
88
runtimeconfig.bin: 1,405 bytes (1.4 KB = 0.0 MB)
9-
SizeTestApp: 2,384,080 bytes (2,328.2 KB = 2.3 MB)
9+
SizeTestApp: 2,404,544 bytes (2,348.2 KB = 2.3 MB)
1010
SizeTestApp.dll: 7,680 bytes (7.5 KB = 0.0 MB)
1111
System.Private.CoreLib.aotdata.arm64: 41,296 bytes (40.3 KB = 0.0 MB)
1212
System.Private.CoreLib.dll: 987,136 bytes (964.0 KB = 0.9 MB)

0 commit comments

Comments
 (0)