From 2693821b6923c658b3b1f9e5d756e4b5edcf3cad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 16 Jan 2025 05:01:58 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250114.11 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.25060.1 -> To Version 8.0.0-beta.25064.11 --- NuGet.config | 23 +++++++++++++++++++++++ eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 6 +++--- 4 files changed, 33 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 4a605b7980fb..798e5e19bc8f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,14 +8,23 @@ + + + + + + + + + @@ -24,11 +33,15 @@ + + + + @@ -47,14 +60,24 @@ + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index effd20c913bb..27def07fee9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - c255aae7f2b128fa20a4441f0e192c3c53561621 + 872c7fa04100b26c93f66f8ca5d0519d056c5861 - + https://github.com/dotnet/arcade - c255aae7f2b128fa20a4441f0e192c3c53561621 + 872c7fa04100b26c93f66f8ca5d0519d056c5861 - + https://github.com/dotnet/arcade - c255aae7f2b128fa20a4441f0e192c3c53561621 + 872c7fa04100b26c93f66f8ca5d0519d056c5861 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 2d7af08183a1..4b36eeb5beb8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.25060.1 + 8.0.0-beta.25064.11 diff --git a/global.json b/global.json index 2b2357ed17a4..203525c3c615 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.110", + "dotnet": "8.0.112", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25060.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25060.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25064.11", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25064.11" } }