From af16bd6075094bb7cf1671ff626e17522cd65a7f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:58:47 -0500 Subject: [PATCH] [release/10.0.1xx-preview1] Update dependencies from dotnet/sdk (#22089) This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## 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) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **Microsoft.NET.ILLink.Tasks**: from 10.0.0-alpha.1.25062.3 to 10.0.0-preview.1.25078.5 (parent: Microsoft.NET.Sdk) - **Microsoft.AspNetCore.App.Ref**: from 10.0.0-alpha.2.25061.1 to 10.0.0-preview.1.25079.4 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 10.0.0-alpha.1.25062.3 to 10.0.0-preview.1.25078.5 (parent: Microsoft.NET.Sdk) - **Microsoft.NETCore.App.Ref**: from 10.0.0-alpha.1.25062.3 to 10.0.0-preview.1.25078.5 (parent: Microsoft.NET.Sdk) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:d05b3a99-3aea-4518-81ec-4583c1153c08) ## From https://github.com/dotnet/sdk - **Subscription**: d05b3a99-3aea-4518-81ec-4583c1153c08 - **Build**: 20250131.4 - **Date Produced**: January 31, 2025 4:31:26 PM UTC - **Commit**: c9c8de22fa57f40f0d322865e5ce5f780d9a797d - **Branch**: refs/heads/release/10.0.1xx-preview1 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NET.Sdk**: [from 10.0.100-alpha.1.25063.17 to 10.0.100-preview.1.25081.4][1] - **Microsoft.NET.ILLink.Tasks**: [from 10.0.0-alpha.1.25062.3 to 10.0.0-preview.1.25078.5][2] - **Microsoft.AspNetCore.App.Ref**: [from 10.0.0-alpha.2.25061.1 to 10.0.0-preview.1.25079.4][3] - **Microsoft.NETCore.App.Ref**: [from 10.0.0-alpha.1.25062.3 to 10.0.0-preview.1.25078.5][2] - **Microsoft.NETCore.App.Ref**: [from 10.0.0-alpha.1.25062.3 to 10.0.0-preview.1.25078.5][2] [1]: https://github.com/dotnet/sdk/compare/0eb8dac570...c9c8de22fa [2]: https://github.com/dotnet/runtime/compare/010e61a4f4...1da2ea4983 [3]: https://github.com/dotnet/aspnetcore/compare/b2d50f7d2f...3b0d8ebf43 [DependencyUpdate]: <> (End) [marker]: <> (End:d05b3a99-3aea-4518-81ec-4583c1153c08) --------- Co-authored-by: dotnet-maestro[bot] Co-authored-by: GitHub Actions --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96c97aceb38..9a02c8f132d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,26 +1,26 @@ - + https://github.com/dotnet/sdk - 0eb8dac570097b705be27bdcd167fd6237cf9ba2 + c9c8de22fa57f40f0d322865e5ce5f780d9a797d https://github.com/dotnet/runtime cf47d9ff6827a3e1d6f2acbf925cd618418f20dd - + https://github.com/dotnet/runtime - 010e61a4f46d6d9b544cde169dc034417de7223a + 1da2ea4983bb5cc3d17a3806eebc435df4cd27dd - + https://github.com/dotnet/runtime - 010e61a4f46d6d9b544cde169dc034417de7223a + 1da2ea4983bb5cc3d17a3806eebc435df4cd27dd - + https://github.com/dotnet/aspnetcore - b2d50f7d2f36638fd2db5caf9cc8b759597058b7 + 3b0d8ebf433269137c0fb345446f5381440668f7 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 05a6a67a9d2..80b24ec18d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,12 +2,12 @@ - 10.0.100-alpha.1.25063.17 - 10.0.0-alpha.1.25062.3 + 10.0.100-preview.1.25081.4 + 10.0.0-preview.1.25078.5 9.0.0-alpha.1.23556.4 9.0.0-beta.25058.5 8.0.0-beta.24413.2 - 10.0.0-alpha.1.25062.3 + 10.0.0-preview.1.25078.5 8.0.0-rtm.23511.3 9.0.0-rc.2.24462.10 7.0.100-alpha.1.21601.1 diff --git a/global.json b/global.json index d698d999bc7..1d76a6b77f0 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "10.0.100-alpha.1.25063.17" + "version": "10.0.100-preview.1.25081.4" }, "tools": { - "dotnet": "10.0.100-alpha.1.25063.17" + "dotnet": "10.0.100-preview.1.25081.4" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5"