From 89ef33fcd28a5804aa60311085f427c409410f90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:11:29 +0100 Subject: [PATCH] [net7.0-xcode14.1] Update dependencies from dotnet/installer (#16506) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: df408977-ead8-4cfb-e40b-08dab20af502 - **Build**: 20221027.3 - **Date Produced**: October 27, 2022 8:01:42 PM UTC - **Commit**: bf9d4a0e2c27d4297a950ad481267409df8ccfd7 - **Branch**: refs/heads/release/7.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 7.0.100-rtm.22519.39 to 7.0.100-rtm.22527.3][3] [3]: https://github.com/dotnet/installer/compare/e6dd91c...bf9d4a0 Co-authored-by: dotnet-maestro[bot] Co-authored-by: GitHub Actions --- NuGet.config | 1 + eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- global.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index bf5f0b1cc6..36033d4a25 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,6 +11,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c5e2ac7c9..b06402f897 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - e6dd91c290b808f971a1ac69c2fb29395bbf1051 + bf9d4a0e2c27d4297a950ad481267409df8ccfd7 https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index 3057987d4f..d445455122 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.100-rtm.22519.39 + 7.0.100-rtm.22527.3 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 45392d2e27..85fb2c9570 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.100-rtm.22519.39" + "version": "7.0.100-rtm.22527.3" } }