From d49549eda138217a6e46bf7786ffd65f8dc89df3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:26:59 +0100 Subject: [PATCH] [release/7.0.1xx-xcode14.2] Update dependencies from dotnet/installer (#17520) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: f9ceff03-767c-4b8f-1fe8-08dad89f4932 - **Build**: 20230209.16 - **Date Produced**: February 10, 2023 2:27:00 AM UTC - **Commit**: 0709aa684bebd00a44d298d05db8c86d23f9f192 - **Branch**: refs/heads/release/7.0.1xx - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 7.0.103-servicing.23073.22 to 7.0.104-servicing.23109.16][1] [1]: https://github.com/dotnet/installer/compare/e36f7f3...0709aa6 --- NuGet.config | 2 ++ eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- global.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 976ef2e1e5..64074f58b7 100644 --- a/NuGet.config +++ b/NuGet.config @@ -43,6 +43,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04b4445c3a..db33b9b734 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - e36f7f3feaa561782a66165b8db55f4c0bbdf963 + 0709aa684bebd00a44d298d05db8c86d23f9f192 https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index 1e0f97443c..b73a1e7f24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.103-servicing.23073.22 + 7.0.104-servicing.23109.16 7.0.100-1.22579.2 6.0.0-beta.21212.6 6.0.0-rc.2.21468.3 diff --git a/global.json b/global.json index 3daa1a71a0..9b0e7a3479 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.103-servicing.23073.22" + "version": "7.0.104-servicing.23109.16" } }