From 4384866c1b6cdca69b7a6f19362a1c75649adbbc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:44:31 +0200 Subject: [PATCH] [main] Update dependencies from dotnet/installer (#21251) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: 80cb9ffd-f92f-4fc8-9f8b-08dbca46abfb - **Build**: 20240916.16 - **Date Produced**: September 17, 2024 1:00:49 AM UTC - **Commit**: d47192a544ebc4e405d6f8b9e6c1bdbf692717d5 - **Branch**: refs/heads/release/8.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 8.0.109-servicing.24419.10 to 8.0.110-servicing.24466.16][1] [1]: https://github.com/dotnet/installer/compare/6e9002c2ef...d47192a544 --- 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 5e30fbb655..58304fe951 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - 6e9002c2efcfc09687feca31864ebc987c3c9ec8 + d47192a544ebc4e405d6f8b9e6c1bdbf692717d5 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 6750fdeea7..e76292d918 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ 0.11.4-alpha.23509.2 - 8.0.109-servicing.24419.10 + 8.0.110-servicing.24466.16 8.0.8 8.0.0-rtm.23524.7 9.0.0-beta.24408.2 diff --git a/global.json b/global.json index cafd9183b6..eeba0556d3 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.109-servicing.24419.10" + "version": "8.0.110-servicing.24466.16" } }