From 39ad201da9cc74c851bab230ca104044c01547e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 25 Mar 2026 04:49:48 +0000 Subject: [PATCH 1/6] Update dependencies from build 307634 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26174.106 -> 10.0.0-beta.26174.116) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 4ca6370e8..8265cd612 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26174.106 + 10.0.0-beta.26174.116 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 372514a4b..6c1a24883 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 913bfeebf747b38cf6ea89a64787ce7245969915 + 340bc04a0168a68bc74bbf8da6e5666b8db6fcf9 diff --git a/global.json b/global.json index 8d9a99dab..636da46a7 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26174.106", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26174.116", "Microsoft.Build.NoTargets": "3.7.0" } } From 964e42f7b746bbeac9d6418d56c5656c512ecfb4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 25 Mar 2026 18:06:55 +0000 Subject: [PATCH 2/6] Update dependencies from build 307747 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26174.116 -> 10.0.0-beta.26175.107) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 8265cd612..af3e685d6 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26174.116 + 10.0.0-beta.26175.107 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6c1a24883..dc537541d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 340bc04a0168a68bc74bbf8da6e5666b8db6fcf9 + c1c994a5ef446dafc1df55fc9994c1be4d2c3d85 diff --git a/global.json b/global.json index 636da46a7..875b17b6c 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26174.116", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.107", "Microsoft.Build.NoTargets": "3.7.0" } } From 58baa597e0f28a894dd74bb7bb86958ef9d7f45a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 25 Mar 2026 21:48:11 +0000 Subject: [PATCH 3/6] Update dependencies from build 307775 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26175.107 -> 10.0.0-beta.26175.114) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index af3e685d6..4f829a7f2 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26175.107 + 10.0.0-beta.26175.114 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc537541d..0bd9700fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - c1c994a5ef446dafc1df55fc9994c1be4d2c3d85 + 57e1a4aefb30d2a330b8dcbb80b2c911b081d738 diff --git a/global.json b/global.json index 875b17b6c..deefb04d4 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.107", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.114", "Microsoft.Build.NoTargets": "3.7.0" } } From 95d969f67a78f2c1bfca6dbc42776ecbe7ebc78d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 26 Mar 2026 12:55:01 +0000 Subject: [PATCH 4/6] Update dependencies from build 307864 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26175.114 -> 10.0.0-beta.26176.103) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 4f829a7f2..37599014a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26175.114 + 10.0.0-beta.26176.103 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0bd9700fe..c5e35e962 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 57e1a4aefb30d2a330b8dcbb80b2c911b081d738 + 3f40c677f3934b5df143cb3848e04d5776a39c56 diff --git a/global.json b/global.json index deefb04d4..24823d1bc 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.114", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26176.103", "Microsoft.Build.NoTargets": "3.7.0" } } From ffa9ca28108c8e976a4034a9daf1b98843c218b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 26 Mar 2026 16:55:04 +0000 Subject: [PATCH 5/6] Update dependencies from build 307928 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26176.103 -> 10.0.0-beta.26176.107) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 37599014a..041893054 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26176.103 + 10.0.0-beta.26176.107 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5e35e962..bc11d8573 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - 3f40c677f3934b5df143cb3848e04d5776a39c56 + eebcb99e5770c241d6b6f8a900fa11fa0c910e2d diff --git a/global.json b/global.json index 24823d1bc..e7db435d3 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26176.103", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26176.107", "Microsoft.Build.NoTargets": "3.7.0" } } From 7c5be16aab3c5c2331c3dc1b05d9cc1c302ca6d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 26 Mar 2026 21:08:42 +0000 Subject: [PATCH 6/6] Update dependencies from build 307977 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26176.107 -> 10.0.0-beta.26176.111) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 041893054..df09168c1 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26176.107 + 10.0.0-beta.26176.111 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc11d8573..dfc3081b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -12,9 +12,9 @@ - + https://github.com/dotnet/dotnet - eebcb99e5770c241d6b6f8a900fa11fa0c910e2d + 42d6a4c2c669419a1f10edac6999d02dc2c204ac diff --git a/global.json b/global.json index e7db435d3..e79464b4b 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.105" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26176.107", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26176.111", "Microsoft.Build.NoTargets": "3.7.0" } }