From e90f2acb077615257cf39640b1901db9acbcfbbc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:14:56 +0100 Subject: [PATCH] [main] Update dependencies from dotnet/installer (#20342) 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 8.0.2 to 8.0.3 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.AspNetCore.App.Ref**: from 8.0.2 to 8.0.3 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 8.0.2 to 8.0.3 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: from 8.0.2 to 8.0.3 (parent: Microsoft.NETCore.App.Ref) - **Microsoft.NETCore.App.Ref**: from 8.0.2 to 8.0.3 (parent: Microsoft.Dotnet.Sdk.Internal) ## From https://github.com/dotnet/installer - **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb - **Build**: - **Date Produced**: March 20, 2024 3:07:29 AM UTC - **Commit**: 697741a24aa43f007e03e2a8ea4496bb336ffdfc - **Branch**: refs/heads/release/8.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.104-servicing.24161.13 to 8.0.104-servicing.24169.60][1] - **Microsoft.NET.ILLink.Tasks**: [from 8.0.2 to 8.0.3][2] - **Microsoft.AspNetCore.App.Ref**: [from 8.0.2 to 8.0.3][3] - **Microsoft.NETCore.App.Ref**: [from 8.0.2 to 8.0.3][2] - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from 8.0.2 to 8.0.3][4] - **Microsoft.NETCore.App.Ref**: [from 8.0.2 to 8.0.3][2] [1]: https://github.com/dotnet/installer/compare/3769468c6f...697741a24a [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC1381d5ebd2ab1f292848d5b19b80cf71ac332508&targetVersion=GC9f4b1f5d664afdfc80e1508ab7ed099dff210fbd&_a=files [3]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCda7e9894ce22ef8cc02e5acc56e95a6f8cf8f644&targetVersion=GC88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343&_a=files [4]: https://github.com/dotnet/emsdk/compare/2fc2ffd960...9a29abdd76 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- global.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e982d25eae..bcc9773ca4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + https://github.com/dotnet/installer - 3769468c6f08fcde14e152fe40b5a857aa826906 + 697741a24aa43f007e03e2a8ea4496bb336ffdfc https://github.com/dotnet/runtime 59edaad404d1b8e47080015ae8d0787f94c970df - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 1381d5ebd2ab1f292848d5b19b80cf71ac332508 + 9f4b1f5d664afdfc80e1508ab7ed099dff210fbd - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 1381d5ebd2ab1f292848d5b19b80cf71ac332508 + 9f4b1f5d664afdfc80e1508ab7ed099dff210fbd - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 + 88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343 - + https://github.com/dotnet/emsdk - 2fc2ffd960930318f33fcaa690cbdbc55d72f52d + 9a29abdd764a4de0f253ed368871877a47725247 https://github.com/dotnet/cecil diff --git a/eng/Versions.props b/eng/Versions.props index cde165ad41..ff5c2446ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,11 +2,11 @@ - 8.0.104-servicing.24161.13 - 8.0.2 + 8.0.104-servicing.24169.60 + 8.0.3 8.0.0-rtm.23524.7 6.0.0-beta.21212.6 - 8.0.2 + 8.0.3 8.0.0-rtm.23511.3 8.0.0 7.0.100-alpha.1.21601.1 diff --git a/global.json b/global.json index 358413b822..947700e825 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.104-servicing.24161.13" + "version": "8.0.104-servicing.24169.60" } }