From 407b2c42bf8d6c03633b7d9b9731d41143a515f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:53:13 +0100 Subject: [PATCH] [release/7.0.1xx] Update dependencies from dotnet/installer (#16759) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: e451a929-6dfb-4f21-54a6-08dabd103306 - **Build**: 20221114.15 - **Date Produced**: November 14, 2022 10:17:43 PM UTC - **Commit**: 8bfe390861dc6dd4a06105950cd513416a5eceab - **Branch**: refs/heads/release/7.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 7.0.101-servicing.22563.3 to 7.0.101-servicing.22564.15][1] [1]: https://github.com/dotnet/installer/compare/cbfa597...8bfe390 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 725e9cc6c5..8fb63dcc76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - cbfa5973058e8fad5e461e976ed821bc3ff6c313 + 8bfe390861dc6dd4a06105950cd513416a5eceab https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index d86935ffef..705909470a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.101-servicing.22563.3 + 7.0.101-servicing.22564.15 7.0.100-1.22471.3 6.0.0-beta.21212.6 6.0.0-rc.2.21468.3 diff --git a/global.json b/global.json index af0982d462..4f2c13c91e 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.101-servicing.22563.3" + "version": "7.0.101-servicing.22564.15" } }