From b2d87de51edf200cec65a53b142c282883c9cf85 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 08:08:08 +0200 Subject: [PATCH] [net8.0] Update dependencies from dotnet/installer (#18807) 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.AspNetCore.App.Ref**: from 8.0.0-rc.2.23421.27 to 8.0.0-rc.2.23423.7 (parent: Microsoft.Dotnet.Sdk.Internal) ## From https://github.com/dotnet/installer - **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e - **Build**: 20230824.1 - **Date Produced**: August 24, 2023 9:57:08 AM UTC - **Commit**: 96fc9a05f026154b122124ddbb767cd373338655 - **Branch**: refs/heads/release/8.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.2.23422.31 to 8.0.100-rc.2.23424.1][1] - **Microsoft.AspNetCore.App.Ref**: [from 8.0.0-rc.2.23421.27 to 8.0.0-rc.2.23423.7][2] [1]: https://github.com/dotnet/installer/compare/56d8c6497c...96fc9a05f0 [2]: https://github.com/dotnet/aspnetcore/compare/fe448a7958...03e7512893 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3827e3317c..5135e8c523 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - 56d8c6497cc8bd016282f86cfd0c1b1453bd77a0 + 96fc9a05f026154b122124ddbb767cd373338655 https://github.com/dotnet/runtime @@ -14,9 +14,9 @@ 90b92bb265a412592c4c152983d7b30c92236dbe - + https://github.com/dotnet/aspnetcore - fe448a7958355091ea97ca19e7c93f517c4df8fa + 03e75128931e7d27473831d6450807470b6efb64 https://github.com/dotnet/emsdk diff --git a/eng/Versions.props b/eng/Versions.props index a7133f09f0..9f20a74d07 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 8.0.100-rc.2.23422.31 + 8.0.100-rc.2.23424.1 8.0.0-rc.2.23418.14 6.0.0-beta.21212.6 8.0.0-rc.2.23418.14 diff --git a/global.json b/global.json index b200481bb6..758dc29a9a 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100-rc.2.23422.31" + "version": "8.0.100-rc.2.23424.1" } }