From 8517407c724b4405d4f0ab155f4b9693b8f42b12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 7 Jul 2025 05:03:57 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250703.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging From Version 10.0.0-beta.25326.3 -> To Version 10.0.0-beta.25353.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0ab30e72d0275..74448dde56f8f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,13 +3,13 @@ - + https://github.com/dotnet/arcade - 0e335649fe2d2f98ea51e55cc1a0899af3617eba + aea743edf7c9345cfdbdf9593756973baadc6b37 - + https://github.com/dotnet/arcade - 0e335649fe2d2f98ea51e55cc1a0899af3617eba + aea743edf7c9345cfdbdf9593756973baadc6b37 diff --git a/eng/Versions.props b/eng/Versions.props index d17c9103a992c..40e23be65cffd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,6 +6,6 @@ 1 - 10.0.0-beta.25326.3 + 10.0.0-beta.25353.1 diff --git a/global.json b/global.json index a799aa64565ca..7ef2b4de7c238 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "10.0.100-preview.6.25315.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25326.3", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25353.1", "Microsoft.Build.Traversal": "3.4.0" } }