From 25efb739fc40a5c769765eb3af1cae70824b01d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:08:46 +0100 Subject: [PATCH] [main] Update dependencies from dotnet/installer (#16848) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: 50c9492e-4671-4d1d-7920-08dabd1031a2 - **Build**: 20221120.11 - **Date Produced**: November 21, 2022 5:38:59 AM UTC - **Commit**: 3894bc56ac6b07f04c2de2cb7091fe2f74d3f6f6 - **Branch**: refs/heads/release/7.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 7.0.101-servicing.22567.23 to 7.0.101-servicing.22570.11][1] [1]: https://github.com/dotnet/installer/compare/cf1b55e...3894bc5 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 899e2d32f0..65fec7715b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - cf1b55e9735de4935c764e97a95c8fb87b87ebdc + 3894bc56ac6b07f04c2de2cb7091fe2f74d3f6f6 https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index 1671232702..ccefd1ea76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.101-servicing.22567.23 + 7.0.101-servicing.22570.11 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 fea4181152..a5649e8052 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.101-servicing.22567.23" + "version": "7.0.101-servicing.22570.11" } }