From 97ac6dfbb99c2349b578063b81efaa72d43324f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:30:56 +0200 Subject: [PATCH] [net8.0] Update dependencies from dotnet/installer (#18506) 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.0-preview.7.23325.2 to 8.0.0-preview.7.23326.5 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.AspNetCore.App.Ref**: from 8.0.0-preview.7.23325.4 to 8.0.0-preview.7.23327.19 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 8.0.0-preview.7.23325.2 to 8.0.0-preview.7.23326.5 (parent: Microsoft.Dotnet.Sdk.Internal) - **Microsoft.NETCore.App.Ref**: from 8.0.0-preview.7.23325.2 to 8.0.0-preview.7.23326.5 (parent: Microsoft.Dotnet.Sdk.Internal) ## From https://github.com/dotnet/installer - **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e - **Build**: 20230628.2 - **Date Produced**: June 28, 2023 10:48:59 AM UTC - **Commit**: f6fa6a301f0e090d9a4dbebf0127a845bcd825f4 - **Branch**: refs/heads/main - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-preview.7.23326.3 to 8.0.100-preview.7.23328.2][1] - **Microsoft.NET.ILLink.Tasks**: [from 8.0.0-preview.7.23325.2 to 8.0.0-preview.7.23326.5][2] - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0-preview.7.23325.4 to 8.0.0-preview.7.23327.19][3] - **Microsoft.NETCore.App.Ref**: [from 8.0.0-preview.7.23325.2 to 8.0.0-preview.7.23326.5][2] - **Microsoft.NETCore.App.Ref**: [from 8.0.0-preview.7.23325.2 to 8.0.0-preview.7.23326.5][2] [1]: https://github.com/dotnet/installer/compare/fe40884b18...f6fa6a301f [2]: https://github.com/dotnet/runtime/compare/eaa9717d90...f0b4bb9c62 [3]: https://github.com/dotnet/aspnetcore/compare/b640052a0a...fca06e70ae --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e7b91e465e5..5c17d916f00a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,22 +1,22 @@ - + https://github.com/dotnet/installer - fe40884b18314b618457c61f59fe6b044deb4b33 + f6fa6a301f0e090d9a4dbebf0127a845bcd825f4 - + https://github.com/dotnet/runtime - eaa9717d90115cea43b4cdd7a2a49e6d3c3d780e + f0b4bb9c627e43f5f750a995a11c8611bbaf26d6 - + https://github.com/dotnet/runtime - eaa9717d90115cea43b4cdd7a2a49e6d3c3d780e + f0b4bb9c627e43f5f750a995a11c8611bbaf26d6 - + https://github.com/dotnet/aspnetcore - b640052a0a03e7ac488d14a8b8643ba814d7045a + fca06e70aeae7e4d8ca34519b661a499071f31d0 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index 7088097bc363..41fbcbd2ca9a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,10 +2,10 @@ - 8.0.100-preview.7.23326.3 - 8.0.0-preview.7.23325.2 + 8.0.100-preview.7.23328.2 + 8.0.0-preview.7.23326.5 6.0.0-beta.21212.6 - 8.0.0-preview.7.23325.2 + 8.0.0-preview.7.23326.5 8.0.0-preview.7.23321.3 7.0.7 7.0.100-alpha.1.21601.1 diff --git a/global.json b/global.json index ab6dfb5cebed..240fd7298b11 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100-preview.7.23326.3" + "version": "8.0.100-preview.7.23328.2" } }