From 2ce9e44f73f138a6b49e3399580295aa60a6c667 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 15:26:10 -0400 Subject: [PATCH] [net8.0] Update dependencies from dotnet/installer (#18601) This pull request updates the following dependencies [marker]: <> (Begin:f9b68d84-9c90-4bd0-5499-08db4112d57e) ## From https://github.com/dotnet/installer - **Subscription**: f9b68d84-9c90-4bd0-5499-08db4112d57e - **Build**: 20230728.5 - **Date Produced**: July 29, 2023 2:39:39 AM UTC - **Commit**: eee48b8da517110dcdcd100c1a36bb084abd4482 - **Branch**: refs/heads/main [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.100-rc.1.23377.5 to 8.0.100-rc.1.23378.5][2] [2]: https://github.com/dotnet/installer/compare/0759df6ebb...eee48b8da5 [DependencyUpdate]: <> (End) [marker]: <> (End:f9b68d84-9c90-4bd0-5499-08db4112d57e) --------- Co-authored-by: dotnet-maestro[bot] Co-authored-by: GitHub Actions --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df4aef1bff..c570e742d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - 0759df6ebb8c02d185fe45adfa58069ac97ebdee + eee48b8da517110dcdcd100c1a36bb084abd4482 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 62dbf9e440..e71771cf15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 8.0.100-rc.1.23377.5 + 8.0.100-rc.1.23378.5 8.0.0-rc.1.23376.5 6.0.0-beta.21212.6 8.0.0-rc.1.23376.5 diff --git a/global.json b/global.json index e02d4e18f5..66077f199c 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100-rc.1.23377.5" + "version": "8.0.100-rc.1.23378.5" } }