From adcaa3600670637ccfedfe8d9e131b22dfaf503f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 May 2025 02:01:19 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/arcade build 20250505.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25253.1 -> To Version 10.0.0-beta.25255.4 --- eng/Version.Details.xml | 8 ++++---- global.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fa2320e4bc..bd8d7e0226c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -27,13 +27,13 @@ https://github.com/dotnet/templating 43b5827697e501c442eb75ffff832cd4df2514fe - + https://github.com/dotnet/arcade - cdf9c563205c673b7df205e24564aa48dbc341c3 + 5e413a29a3671475421002bc260c93f4db6c4cea - + https://github.com/dotnet/arcade - cdf9c563205c673b7df205e24564aa48dbc341c3 + 5e413a29a3671475421002bc260c93f4db6c4cea https://github.com/dotnet/arcade-services diff --git a/global.json b/global.json index ff010216d08..5a0953ae87f 100644 --- a/global.json +++ b/global.json @@ -7,8 +7,8 @@ "dotnet": "10.0.100-preview.3.25201.16" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25253.1", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25253.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25255.4", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25255.4", "Microsoft.Build.NoTargets": "3.7.0" } } From 25d3eaccf01b4b6e6e4e0d7317fdc0c5da1373b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 May 2025 02:50:42 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/arcade-services build 20250505.2 Microsoft.DotNet.DarcLib , Microsoft.DotNet.ProductConstructionService.Client From Version 1.1.0-beta.25252.1 -> To Version 1.1.0-beta.25255.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd8d7e0226c..d87fb9e9320 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -35,13 +35,13 @@ https://github.com/dotnet/arcade 5e413a29a3671475421002bc260c93f4db6c4cea - + https://github.com/dotnet/arcade-services - 4cca82b3e6c89a153160f0ada17871cbdb82526f + ce9d94e3e626ea2df1e23529ef63e7aa1fe3786d - + https://github.com/dotnet/arcade-services - 4cca82b3e6c89a153160f0ada17871cbdb82526f + ce9d94e3e626ea2df1e23529ef63e7aa1fe3786d https://github.com/dotnet/xharness diff --git a/eng/Versions.props b/eng/Versions.props index b6b3efc2d44..afed82964a1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,8 +23,8 @@ 9.0.0-beta.24223.1 - 1.1.0-beta.25252.1 - 1.1.0-beta.25252.1 + 1.1.0-beta.25255.2 + 1.1.0-beta.25255.2 2.0.0-beta5.25210.1 From 651081722dd5766e6be9a0aa7a6e3cdbb9a8b953 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 May 2025 02:01:23 +0000 Subject: [PATCH 3/4] Update dependencies from https://github.com/dotnet/arcade build 20250506.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25253.1 -> To Version 10.0.0-beta.25256.1 --- eng/Version.Details.xml | 8 ++++---- global.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d87fb9e9320..92b80baf6aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -27,13 +27,13 @@ https://github.com/dotnet/templating 43b5827697e501c442eb75ffff832cd4df2514fe - + https://github.com/dotnet/arcade - 5e413a29a3671475421002bc260c93f4db6c4cea + 21ea307de569b7f6c7f387c9bfba91a69634e8f6 - + https://github.com/dotnet/arcade - 5e413a29a3671475421002bc260c93f4db6c4cea + 21ea307de569b7f6c7f387c9bfba91a69634e8f6 https://github.com/dotnet/arcade-services diff --git a/global.json b/global.json index 5a0953ae87f..2310fb93991 100644 --- a/global.json +++ b/global.json @@ -7,8 +7,8 @@ "dotnet": "10.0.100-preview.3.25201.16" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25255.4", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25255.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25256.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25256.1", "Microsoft.Build.NoTargets": "3.7.0" } } From bdd96d4e8eb4d1e31b069d259fc996d2bea9be71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 May 2025 02:56:26 +0000 Subject: [PATCH 4/4] Update dependencies from https://github.com/dotnet/arcade-services build 20250506.5 Microsoft.DotNet.DarcLib , Microsoft.DotNet.ProductConstructionService.Client From Version 1.1.0-beta.25252.1 -> To Version 1.1.0-beta.25256.5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 92b80baf6aa..f6e5e3e7c24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -35,13 +35,13 @@ https://github.com/dotnet/arcade 21ea307de569b7f6c7f387c9bfba91a69634e8f6 - + https://github.com/dotnet/arcade-services - ce9d94e3e626ea2df1e23529ef63e7aa1fe3786d + 06b5013e6d5b74062033436f0049c4ab85729cda - + https://github.com/dotnet/arcade-services - ce9d94e3e626ea2df1e23529ef63e7aa1fe3786d + 06b5013e6d5b74062033436f0049c4ab85729cda https://github.com/dotnet/xharness diff --git a/eng/Versions.props b/eng/Versions.props index afed82964a1..f8d8066ad26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -23,8 +23,8 @@ 9.0.0-beta.24223.1 - 1.1.0-beta.25255.2 - 1.1.0-beta.25255.2 + 1.1.0-beta.25256.5 + 1.1.0-beta.25256.5 2.0.0-beta5.25210.1