From d75f1cc5f466742ed0844e2b4be5ed70bf73309f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 1 Jul 2023 12:26:25 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230630.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.23329.1 -> To Version 8.0.0-beta.23330.1 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 8.0.0-beta.23314.2 -> To Version 8.0.0-beta.23328.1 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30fead7ef..aa26ad7a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 3f47191cc250c6cf7c1861079a2ee2f8c0fcc21b + 9fc23a576f443284d25cd4311f5778158ad289c9 - + https://github.com/dotnet/arcade - 3f47191cc250c6cf7c1861079a2ee2f8c0fcc21b + 9fc23a576f443284d25cd4311f5778158ad289c9 - + https://github.com/dotnet/arcade - 3f47191cc250c6cf7c1861079a2ee2f8c0fcc21b + 9fc23a576f443284d25cd4311f5778158ad289c9 https://github.com/dotnet/arcade-services @@ -232,9 +232,9 @@ c7e229b7e8cd71c8479e236ae1efff3ad1d740f9 - + https://github.com/dotnet/sourcelink - 4d2c8bf58e8cb7900ec2d9077c155572e2d3cd88 + 5d7d1f2bbb1aa5806c219cc8f64c7682b6fe3518 diff --git a/eng/Versions.props b/eng/Versions.props index cb3c94c67..24f88896a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,7 +36,7 @@ - 8.0.0-beta.23329.1 + 8.0.0-beta.23330.1 diff --git a/global.json b/global.json index 20a9b05e5..46a6b8f3d 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23329.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23329.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23330.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23330.1" } }