Skip to content

Commit ffe781c

Browse files
[net10.0] Update dependencies from dotnet/sdk (#22106)
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 10.0.0-alpha.1.25067.10 to 10.0.0-preview.2.25114.1 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref**: from 10.0.0-alpha.2.25067.2 to 10.0.0-preview.2.25114.1 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 10.0.0-alpha.1.25067.10 to 10.0.0-preview.2.25114.1 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 10.0.0-alpha.1.25067.10 to 10.0.0-preview.2.25114.1 (parent: Microsoft.NET.Sdk) ## From https://github.com/dotnet/sdk - **Subscription**: 66b637af-e1e4-4839-b6a7-b0c0c22ca353 - **Build**: 20250218.3 - **Date Produced**: February 18, 2025 1:59:57 PM UTC - **Commit**: fb527ca53046db031f4952c0438829593bb5d772 - **Branch**: refs/heads/main - **Updates**: - **Microsoft.NET.Sdk**: [from 10.0.100-alpha.1.25067.41 to 10.0.100-preview.2.25118.3][38] [38]: dotnet/sdk@526b872...fb527ca --------- Co-authored-by: Alex Soto <[email protected]>
1 parent eeb865e commit ffe781c

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-alpha.1.25067.41">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-preview.2.25118.3">
44
<Uri>https://github.com/dotnet/sdk</Uri>
5-
<Sha>526b872845c4259227360f6b8bef879e68a76ca8</Sha>
5+
<Sha>fb527ca53046db031f4952c0438829593bb5d772</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="10.0.0-alpha.1.25067.10" CoherentParentDependency="Microsoft.NET.Sdk">
11+
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="10.0.0-preview.2.25114.1" CoherentParentDependency="Microsoft.NET.Sdk">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>6c58f7992cfd628a53d9b90f258ac123cb803644</Sha>
13+
<Sha>42423ef91c9f23381d99dee708fa55336318debc</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="10.0.0-alpha.1.25067.10" CoherentParentDependency="Microsoft.NET.Sdk">
16+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-preview.2.25114.1" CoherentParentDependency="Microsoft.NET.Sdk">
1717
<Uri>https://github.com/dotnet/runtime</Uri>
18-
<Sha>6c58f7992cfd628a53d9b90f258ac123cb803644</Sha>
18+
<Sha>42423ef91c9f23381d99dee708fa55336318debc</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="10.0.0-alpha.2.25067.2" CoherentParentDependency="Microsoft.NET.Sdk">
21+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.2.25114.1" CoherentParentDependency="Microsoft.NET.Sdk">
2222
<Uri>https://github.com/dotnet/aspnetcore</Uri>
23-
<Sha>fe21c9a711ca99731f7a2df03f086497161f6821</Sha>
23+
<Sha>9c410aaf1ef3db65374bf237589ae8bc6910d37c</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-alpha.1.25059.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
25+
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.0-preview.2.25105.3" CoherentParentDependency="Microsoft.NETCore.App.Ref">
2626
<Uri>https://github.com/dotnet/emsdk</Uri>
27-
<Sha>0de3165cb0d56323b6caaf8e9916d4d9e72da32d</Sha>
27+
<Sha>c8c1ff004deb78cbd4b1599c96f9a19e9f09ca62</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.24627.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
29+
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25078.1" CoherentParentDependency="Microsoft.NETCore.App.Ref">
3030
<Uri>https://github.com/dotnet/cecil</Uri>
31-
<Sha>9e8bd520939ddfee686261267a1646c1b113d9e1</Sha>
31+
<Sha>dfa03011d6474bd0e6c9d0363e4f3b18b99f2ad8</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.8314">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!--Package versions-->
33
<PropertyGroup>
44
<!-- Versions updated by maestro -->
5-
<MicrosoftNETSdkPackageVersion>10.0.100-alpha.1.25067.41</MicrosoftNETSdkPackageVersion>
6-
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-alpha.1.25067.10</MicrosoftNETILLinkTasksPackageVersion>
5+
<MicrosoftNETSdkPackageVersion>10.0.100-preview.2.25118.3</MicrosoftNETSdkPackageVersion>
6+
<MicrosoftNETILLinkTasksPackageVersion>10.0.0-preview.2.25114.1</MicrosoftNETILLinkTasksPackageVersion>
77
<MicrosoftNETILLinkPackageVersion>9.0.0-alpha.1.23556.4</MicrosoftNETILLinkPackageVersion>
88
<MicrosoftDotNetBuildTasksFeedPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksFeedPackageVersion>
99
<MicrosoftDotNetSharedFrameworkSdkVersion>8.0.0-beta.24413.2</MicrosoftDotNetSharedFrameworkSdkVersion>
10-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-alpha.1.25067.10</MicrosoftNETCoreAppRefPackageVersion>
10+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-preview.2.25114.1</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.24627.1</MicrosoftDotNetCecilPackageVersion>
14+
<MicrosoftDotNetCecilPackageVersion>0.11.5-alpha.25078.1</MicrosoftDotNetCecilPackageVersion>
1515
<MicrosoftDotNetXHarnessiOSSharedPackageVersion>10.0.0-prerelease.24610.1</MicrosoftDotNetXHarnessiOSSharedPackageVersion>
1616
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetArcadeSdkPackageVersion>
1717
<!-- Manually updated versions -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.25067.41"
3+
"version": "10.0.100-preview.2.25118.3"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-alpha.1.25067.41"
6+
"dotnet": "10.0.100-preview.2.25118.3"
77
},
88
"msbuild-sdks": {
99
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5"

tests/xharness/Jenkins/TestServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ IEnumerable<ITestTask> find_tasks (StreamWriter writer, string ids)
218218
using (var writer = new StreamWriter (response.OutputStream)) {
219219
// We want to randomize the order the tests are added, so that we don't build first the test for one device,
220220
// then for another, since that would not take advantage of running tests on several devices in parallel.
221-
foreach (var task in find_tasks (writer, request.Url.Query).Shuffle ()) {
221+
foreach (var task in System.Linq.Enumerable.Shuffle (find_tasks (writer, request.Url.Query))) {
222222
if (task.InProgress || task.Waiting) {
223223
writer.WriteLine ($"Test '{task.TestName}' is already executing.");
224224
} else {

0 commit comments

Comments
 (0)