From 1478f9a9db372f04996a536a6eada326362d5713 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 10 Oct 2023 06:57:02 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20231009.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23463.1 -> To Version 9.0.0-beta.23509.3 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0,VS.Redist.Common.NetCore.TargetingPack.x64.9.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build,NuGet.Build.Tasks,Microsoft.DotNet.XliffTasks From Version 9.0.0-alpha.1.23456.3 -> To Version 9.0.0-alpha.1.23471.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4af01d1d8..44e962c5a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -201,18 +201,18 @@ - + https://github.com/dotnet/arcade - 2d645dfc84d92b888d117c49ab4ec1e5c5ed90b2 + 3fe889b2724f312ba0dec7c01d85e9257e38818e - + https://github.com/dotnet/arcade - 2d645dfc84d92b888d117c49ab4ec1e5c5ed90b2 + 3fe889b2724f312ba0dec7c01d85e9257e38818e - + https://github.com/dotnet/arcade - 2d645dfc84d92b888d117c49ab4ec1e5c5ed90b2 + 3fe889b2724f312ba0dec7c01d85e9257e38818e https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index f0cb451ce..37f03bfc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23509.2 + 9.0.0-beta.23509.3 diff --git a/global.json b/global.json index e2b168228..9c938c55b 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23509.2", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23509.2" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23509.3", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23509.3" } }