From b6dfd2bf2e4b8aa975b5674f84a5580897cee18f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:47:51 +0000 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#3959) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- global.json | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4499cfbf6..2a0c7eb80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,29 +91,29 @@ - + https://github.com/dotnet/arcade - 80264e60280e2815e7d65871081ccac04a32445c + 8c08d889b3c0b3f19398faceaccd74d0f184a3fb - + https://github.com/dotnet/arcade - 80264e60280e2815e7d65871081ccac04a32445c + 8c08d889b3c0b3f19398faceaccd74d0f184a3fb - + https://github.com/dotnet/arcade - 80264e60280e2815e7d65871081ccac04a32445c + 8c08d889b3c0b3f19398faceaccd74d0f184a3fb - + https://github.com/dotnet/arcade - 80264e60280e2815e7d65871081ccac04a32445c + 8c08d889b3c0b3f19398faceaccd74d0f184a3fb - + https://github.com/dotnet/arcade - 80264e60280e2815e7d65871081ccac04a32445c + 8c08d889b3c0b3f19398faceaccd74d0f184a3fb - + https://github.com/dotnet/arcade - 80264e60280e2815e7d65871081ccac04a32445c + 8c08d889b3c0b3f19398faceaccd74d0f184a3fb https://github.com/dotnet/dnceng diff --git a/eng/Versions.props b/eng/Versions.props index 5ef3acb8a..3db801c82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,11 +9,11 @@ true 1.0.0-preview.1 - 8.0.0-beta.24426.2 - 8.0.0-beta.24426.2 - 8.0.0-beta.24426.2 - 8.0.0-beta.24426.2 - 8.0.0-beta.24426.2 + 8.0.0-beta.24463.3 + 8.0.0-beta.24463.3 + 8.0.0-beta.24463.3 + 8.0.0-beta.24463.3 + 8.0.0-beta.24463.3 17.4.1 1.1.0-beta.24376.1 1.1.0-beta.24376.1 diff --git a/global.json b/global.json index 6cb5cb818..9c61800f1 100644 --- a/global.json +++ b/global.json @@ -15,6 +15,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24426.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24463.3" } }