Skip to content

Commit 078f739

Browse files
[release/9.0.1xx] Update dependencies from dotnet/sdk (#22608)
This pull request updates the following dependencies ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) - **Coherency Updates**: - **Microsoft.NET.ILLink.Tasks**: from 9.0.3 to 9.0.4 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref**: from 9.0.3 to 9.0.4 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 9.0.3 to 9.0.4 (parent: Microsoft.NET.Sdk) - **Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport**: from 9.0.3-servicing.25105.2 to 9.0.4-servicing.25157.2 (parent: Microsoft.NETCore.App.Ref) - **Microsoft.NETCore.App.Ref**: from 9.0.3 to 9.0.4 (parent: Microsoft.NET.Sdk) - **Microsoft.DotNet.Cecil**: from 0.11.5-alpha.25102.5 to 0.11.5-alpha.25112.2 (parent: Microsoft.NETCore.App.Ref) ## From https://github.com/dotnet/sdk - **Subscription**: [d83421ca-e6b7-4c8d-861d-4e04b17c6f8c](https://maestro.dot.net/subscriptions?search=d83421ca-e6b7-4c8d-861d-4e04b17c6f8c) - **Build**: [20250417.33](https://dev.azure.com/dnceng/internal/_build/results?buildId=2690272) - **Date Produced**: April 18, 2025 6:39:39 AM UTC - **Commit**: [bdd832b55524d38b559b88e69adb4af76f14d6a0](dotnet/sdk@bdd832b) - **Branch**: refs/heads/release/9.0.1xx - **Updates**: - **Microsoft.NET.Sdk**: [from 9.0.105-servicing.25164.42 to 9.0.106-servicing.25217.33][7] [7]: dotnet/sdk@8d515d2...bdd832b --------- Co-authored-by: Alex Soto <alex@soto.dev>
1 parent dd5e708 commit 078f739

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

NuGet.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<clear />
1111
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1212
<!-- Begin: Package sources from xamarin-xamarin-macios -->
13-
<add key="darc-pub-xamarin-xamarin-macios-72132bf" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-xamarin-xamarin-macios-72132bf9/nuget/v3/index.json" />
1413
<!-- End: Package sources from xamarin-xamarin-macios -->
1514
<!-- Begin: Package sources from dotnet-emsdk -->
1615
<!-- End: Package sources from dotnet-emsdk -->
@@ -39,6 +38,8 @@
3938
<add key="darc-pub-dotnet-runtime-0fdf85d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-0fdf85d5/nuget/v3/index.json" />
4039
<!-- Add a 8.0.15 feed -->
4140
<add key="darc-pub-dotnet-runtime-7aa8bb0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-7aa8bb0e/nuget/v3/index.json" />
41+
<!-- Add a 8.0.16 feed -->
42+
<add key="darc-pub-dotnet-runtime-0239fb04" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-0239fb04/nuget/v3/index.json" />
4243
</packageSources>
4344
<disabledPackageSources>
4445
<clear />

eng/Version.Details.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.105-servicing.25164.42">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.106-servicing.25217.33">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>8d515d2a57e0c45a81795d7b133300fd8944f3f9</Sha>
5+
<Sha>bdd832b55524d38b559b88e69adb4af76f14d6a0</Sha>
66
</Dependency>
77
<Dependency Name="Microsoft.NET.ILLink" Version="9.0.0-alpha.1.23556.4">
88
<Uri>https://github.com/dotnet/runtime</Uri>
99
<Sha>cf47d9ff6827a3e1d6f2acbf925cd618418f20dd</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.3" CoherentParentDependency="Microsoft.NET.Sdk">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="9.0.4" CoherentParentDependency="Microsoft.NET.Sdk">
1212
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
13-
<Sha>831d23e56149cd59c40fc00c7feb7c5334bd19c4</Sha>
13+
<Sha>f57e6dc747158ab7ade4e62a75a6750d16b771e8</Sha>
1414
</Dependency>
1515
<!-- Set TRACKING_DOTNET_RUNTIME_SEPARATELY to something in Make.config if removing the CoherentParentDependency on Microsoft.NET.Sdk -->
16-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.3" CoherentParentDependency="Microsoft.NET.Sdk">
16+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.4" CoherentParentDependency="Microsoft.NET.Sdk">
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
18-
<Sha>831d23e56149cd59c40fc00c7feb7c5334bd19c4</Sha>
18+
<Sha>f57e6dc747158ab7ade4e62a75a6750d16b771e8</Sha>
1919
</Dependency>
2020
<!-- This is required for our test apps to build; in some cases Microsoft.AspNetCore.App is pulled in, and when building test apps the build needs to be able to resolve that -->
21-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.3" CoherentParentDependency="Microsoft.NET.Sdk">
21+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.4" CoherentParentDependency="Microsoft.NET.Sdk">
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
23-
<Sha>b96167fbfe8bd45d94e4dcda42c7d09eb5745459</Sha>
23+
<Sha>d5dc8a13cc618b9cbdc1e5744b4806c594d49553</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.3-servicing.25105.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
25+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport" Version="9.0.4-servicing.25157.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2626
<Uri>https://github.com/dotnet/emsdk</Uri>
27-
<Sha>dad5528e5bdf92a05a5a404c5f7939523390b96d</Sha>
27+
<Sha>78be8cdf4f0bfd93018fd7a87f8282a41d041298</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25102.5" CoherentParentDependency="Microsoft.NETCore.App.Ref">
29+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25112.2" CoherentParentDependency="Microsoft.NETCore.App.Ref">
3030
<Uri>https://github.com/dotnet/cecil</Uri>
31-
<Sha>aa3ae0d49da3cfb31a383f16303a3f2f0c3f1a19</Sha>
31+
<Sha>8debcd23b73a27992a5fdb2229f546e453619d11</Sha>
3232
</Dependency>
3333
<!-- This is a subscription of the .NET 8/Xcode 16.0 versions of our packages -->
3434
<Dependency Name="Microsoft.MacCatalyst.Sdk.net8.0_18.0" Version="18.0.8324">

eng/Versions.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftNETSdkPackageVersion>9.0.105-servicing.25164.42</MicrosoftNETSdkPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>9.0.3</MicrosoftNETILLinkTasksPackageVersion>
5+
<MicrosoftNETSdkPackageVersion>9.0.106-servicing.25217.33</MicrosoftNETSdkPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>9.0.4</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25164.2</MicrosoftDotNetBuildTasksFeedPackageVersion>
99
<MicrosoftDotNetSharedFrameworkSdkVersion>8.0.0-beta.24413.2</MicrosoftDotNetSharedFrameworkSdkVersion>
10-
<MicrosoftNETCoreAppRefPackageVersion>9.0.3</MicrosoftNETCoreAppRefPackageVersion>
10+
<MicrosoftNETCoreAppRefPackageVersion>9.0.4</MicrosoftNETCoreAppRefPackageVersion>
1111
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>8.0.0-rtm.23511.3</MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion>
1212
<MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>9.0.0-rc.2.24462.10</MicrosoftNETRuntimeMonoTargetsSdkPackageVersion>
1313
<MicrosoftTemplateEngineTasksVersion>7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion>
14-
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25102.5</MicrosoftDotNetCecilPackageVersion>
14+
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25112.2</MicrosoftDotNetCecilPackageVersion>
1515
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>10.0.0-prerelease.25181.2</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
1616
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25164.2</MicrosoftDotNetArcadeSdkPackageVersion>
1717
<!-- Manually updated versions -->

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.105-servicing.25164.42"
3+
"version": "9.0.106-servicing.25217.33"
44
},
55
"tools": {
6-
"dotnet": "9.0.105-servicing.25164.42"
6+
"dotnet": "9.0.106-servicing.25217.33"
77
},
88
"msbuild-sdks": {
99
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25164.2"

mk/xamarin.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifdef ENABLE_XAMARIN
2-
NEEDED_ADR_VERSION := 3152ecab9dc1d58130f345f40088c60cf58a3908
2+
NEEDED_ADR_VERSION := 7dcc6c31ee21b7714eded155038da7ad5a9cc0c4
33
NEEDED_ADR_BRANCH := main
44

55
ADR_DIRECTORY := macios-adr

0 commit comments

Comments
 (0)