From 7d1ba8fa4b02f0edf61641d93eb9f6b9e722bdd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 20 Nov 2025 02:10:19 +0000 Subject: [PATCH 1/9] Update dependencies from https://github.com/dotnet/dotnet build 291507 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25568.102 -> 10.0.0-beta.25569.104) System.CommandLine (Version 2.0.1 -> 2.0.1) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9e8e3819c5..9951454b51 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 22e674d4e8..e41256d1f8 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.25568.102 + 10.0.0-beta.25569.104 2.0.1 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f05f9ae6ec..3d4ef01f49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 115a29577547ce136b754d96d2ebfb184595a923 + 4090eb301f5e5db13760aa57eeb32b516c42c56b - + https://github.com/dotnet/dotnet - 115a29577547ce136b754d96d2ebfb184595a923 + 4090eb301f5e5db13760aa57eeb32b516c42c56b diff --git a/global.json b/global.json index d5ae4d8140..b31084b2c4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", + "version": "10.0.100", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,9 +10,9 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.100-rc.2.25502.107" + "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25568.102" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25569.104" } } From 154ef76233e1a4689050caa5222557e56152344e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 21 Nov 2025 02:07:33 +0000 Subject: [PATCH 2/9] Backflow from https://github.com/dotnet/dotnet / 18f6e60 build 291651 [[ commit created by automation ]] --- eng/Versions.props | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index a4510e13da..5137bcd3ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,14 +1,16 @@ - + + + - 10.0.101 - - false - release - + 10.0.102 servicing + + + + true - true + From 203bf0a4b087f01287ec900fcbe1a70c70c32ae5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 21 Nov 2025 02:07:33 +0000 Subject: [PATCH 3/9] Update dependencies from https://github.com/dotnet/dotnet build 291651 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25569.104 -> 10.0.0-beta.25570.103) System.CommandLine (Version 2.0.1 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- global.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9951454b51..3da5fbb71a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e41256d1f8..15f6caf31b 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.25569.104 - 2.0.1 + 10.0.0-beta.25570.103 + 2.0.2 9.0.3 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d4ef01f49..fce51d9f18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - 4090eb301f5e5db13760aa57eeb32b516c42c56b + 18f6e60aa4755c2be56b2d45165a135d64d4f710 - + https://github.com/dotnet/dotnet - 4090eb301f5e5db13760aa57eeb32b516c42c56b + 18f6e60aa4755c2be56b2d45165a135d64d4f710 diff --git a/global.json b/global.json index b31084b2c4..8ceb26f7a1 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25569.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25570.103" } } From 404fd67e44df6a38f50123f002434a7abba4a520 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 25 Nov 2025 02:10:51 +0000 Subject: [PATCH 4/9] Update dependencies from https://github.com/dotnet/dotnet build 292085 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25570.103 -> 10.0.0-beta.25574.102) System.CommandLine (Version 2.0.2 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 3da5fbb71a..011cd7eb05 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 15f6caf31b..dac8df6452 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.25570.103 + 10.0.0-beta.25574.102 2.0.2 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fce51d9f18..43b7069e1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 18f6e60aa4755c2be56b2d45165a135d64d4f710 + 1483376c1a0ffb1e5f197266578dbce1e4098783 - + https://github.com/dotnet/dotnet - 18f6e60aa4755c2be56b2d45165a135d64d4f710 + 1483376c1a0ffb1e5f197266578dbce1e4098783 diff --git a/global.json b/global.json index 8ceb26f7a1..2fc039f242 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25570.103" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25574.102" } } From 4c8702c1b933bd8752c0a74b24668eb18daf4d2d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Nov 2025 02:09:59 +0000 Subject: [PATCH 5/9] Update dependencies from https://github.com/dotnet/dotnet build 292370 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25574.102 -> 10.0.0-beta.25575.107) System.CommandLine (Version 2.0.2 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 011cd7eb05..e610bd58b1 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index dac8df6452..52ff869f8b 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.25574.102 + 10.0.0-beta.25575.107 2.0.2 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43b7069e1a..3f0476ed51 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 1483376c1a0ffb1e5f197266578dbce1e4098783 + 9a7c556a0ae21ca493352b21bd297e00e8a5f26d - + https://github.com/dotnet/dotnet - 1483376c1a0ffb1e5f197266578dbce1e4098783 + 9a7c556a0ae21ca493352b21bd297e00e8a5f26d diff --git a/global.json b/global.json index 2fc039f242..2609bbed87 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25574.102" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25575.107" } } From b807ecc1f72065fb795c9df6f9f07e720ed0de15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 27 Nov 2025 02:06:17 +0000 Subject: [PATCH 6/9] Update dependencies from https://github.com/dotnet/dotnet build 292473 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25575.107 -> 10.0.0-beta.25576.107) System.CommandLine (Version 2.0.2 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index e610bd58b1..88ab26b6f6 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 52ff869f8b..793b212b76 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.25575.107 + 10.0.0-beta.25576.107 2.0.2 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f0476ed51..ac4036abc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 9a7c556a0ae21ca493352b21bd297e00e8a5f26d + 20abd87658f89b288b8beeb3a0fcb2c89b0af69a - + https://github.com/dotnet/dotnet - 9a7c556a0ae21ca493352b21bd297e00e8a5f26d + 20abd87658f89b288b8beeb3a0fcb2c89b0af69a diff --git a/global.json b/global.json index 2609bbed87..2aff4e2e6c 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25575.107" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25576.107" } } From cbe1370e7f799b36b6dc2a75b163133546a79837 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 28 Nov 2025 02:04:59 +0000 Subject: [PATCH 7/9] Update dependencies from https://github.com/dotnet/dotnet build 292549 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25576.107 -> 10.0.0-beta.25577.106) System.CommandLine (Version 2.0.2 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 88ab26b6f6..91ac961c6f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 793b212b76..17d525537a 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.25576.107 + 10.0.0-beta.25577.106 2.0.2 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac4036abc0..0a238843dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 20abd87658f89b288b8beeb3a0fcb2c89b0af69a + 9edc0b542303b8bd0ef56f47d3740b75b8678304 - + https://github.com/dotnet/dotnet - 20abd87658f89b288b8beeb3a0fcb2c89b0af69a + 9edc0b542303b8bd0ef56f47d3740b75b8678304 diff --git a/global.json b/global.json index 2aff4e2e6c..ec322c53c2 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25576.107" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25577.106" } } From 424d87eeda7c06c482f060a97a5cd1a468d15929 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 29 Nov 2025 02:12:15 +0000 Subject: [PATCH 8/9] Update dependencies from https://github.com/dotnet/dotnet build 292661 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25577.106 -> 10.0.0-beta.25578.106) System.CommandLine (Version 2.0.2 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 91ac961c6f..29ce95e54a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 17d525537a..50b77fa34c 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.25577.106 + 10.0.0-beta.25578.106 2.0.2 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a238843dc..c5304128ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 9edc0b542303b8bd0ef56f47d3740b75b8678304 + ba5cda19aa70d59758a74b7d36c90e009b32f6f0 - + https://github.com/dotnet/dotnet - 9edc0b542303b8bd0ef56f47d3740b75b8678304 + ba5cda19aa70d59758a74b7d36c90e009b32f6f0 diff --git a/global.json b/global.json index ec322c53c2..1f8e95e3d6 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25577.106" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25578.106" } } From d2996b4286a97a5878771e9d53fc1b0b1bd96b89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 2 Dec 2025 02:14:04 +0000 Subject: [PATCH 9/9] Update dependencies from https://github.com/dotnet/dotnet build 292766 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25578.106 -> 10.0.0-beta.25601.102) System.CommandLine (Version 2.0.2 -> 2.0.2) --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 29ce95e54a..3f1e8791bd 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 50b77fa34c..c65f7d76a0 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.25578.106 + 10.0.0-beta.25601.102 2.0.2 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5304128ba..3a54e495a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - ba5cda19aa70d59758a74b7d36c90e009b32f6f0 + f2d1a92c2429848e41e78af560381a597f933090 - + https://github.com/dotnet/dotnet - ba5cda19aa70d59758a74b7d36c90e009b32f6f0 + f2d1a92c2429848e41e78af560381a597f933090 diff --git a/global.json b/global.json index 1f8e95e3d6..d48ec2f650 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25578.106" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25601.102" } }