From 3777d6aac5ecb4117da770301b1a970a107e7b30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Jun 2023 18:22:31 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230616.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.23313.4 -> To Version 7.0.0-beta.23316.4 --- NuGet.config | 6 ------ eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index ffac45e52..5ee25bfce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,9 +9,6 @@ - - - @@ -41,9 +38,6 @@ - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a92a3984d..fb01ce224 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 59ac824080b9807fd91dbc8a6d2b4447e74874ab + e5a90b587998f96289f8814de46553c0f9667eb8 - + https://github.com/dotnet/arcade - 59ac824080b9807fd91dbc8a6d2b4447e74874ab + e5a90b587998f96289f8814de46553c0f9667eb8 - + https://github.com/dotnet/arcade - 59ac824080b9807fd91dbc8a6d2b4447e74874ab + e5a90b587998f96289f8814de46553c0f9667eb8 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index f0f30eae3..7ca80b170 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 7.0.0-beta.23313.4 + 7.0.0-beta.23316.4 diff --git a/global.json b/global.json index 30cab30b8..c39b8898d 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23313.4", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23313.4" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23316.4", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23316.4" } }