From bb23cea815aaf9851cd45279de140a99181b1414 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 31 Jan 2026 02:01:52 +0000 Subject: [PATCH 1/5] Update dependencies --- 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 df3693fb6e4..03dcc31ea7a 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.26078.115 + 10.0.0-beta.26080.106 2.0.1 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 38a9ec1494b..20fb1920b20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -8,9 +8,9 @@ - + https://github.com/dotnet/dotnet - 1dbc09658f3a3c21e5ff492d56bf575f368b3b1e + de9bfaf8960ed96e5a0b08694d069d797569ee9e diff --git a/global.json b/global.json index 35489d8138d..9393376bda4 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26078.115" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26080.106" } } From 3c4bcb77e17b7ce0ff43eb1fe2cc19f084e61660 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 31 Jan 2026 02:05:04 +0000 Subject: [PATCH 2/5] Update dependencies --- 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 55b6a8e05e6..e3f6a3fde2c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index c64687366cc..369d815e0e3 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.26079.110 + 10.0.0-beta.26080.109 2.0.4 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7db6a22c2df..a861ec99e3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 2e33fb289644d6ffa327eef394eb8279b452f7b9 + cdd9215cdd19bc541646a5f0b1bdbc09bc2ffe1d - + https://github.com/dotnet/dotnet - 2e33fb289644d6ffa327eef394eb8279b452f7b9 + cdd9215cdd19bc541646a5f0b1bdbc09bc2ffe1d diff --git a/global.json b/global.json index 3589a7707ca..d209335dd7b 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26079.110" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26080.109" } } From 3ab7a400412e2bd48d62bfe381102c0d13d52166 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 1 Feb 2026 02:03:55 +0000 Subject: [PATCH 3/5] Update dependencies --- 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 e3f6a3fde2c..25f52b2305d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 369d815e0e3..67485ccc4eb 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.26080.109 + 10.0.0-beta.26081.105 2.0.4 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a861ec99e3e..16124ba3f76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - cdd9215cdd19bc541646a5f0b1bdbc09bc2ffe1d + a924d65b28ad47c3659ec718dc7f1e3b566f813d - + https://github.com/dotnet/dotnet - cdd9215cdd19bc541646a5f0b1bdbc09bc2ffe1d + a924d65b28ad47c3659ec718dc7f1e3b566f813d diff --git a/global.json b/global.json index d209335dd7b..e321d81be71 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26080.109" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26081.105" } } From 55ddb11b499378a631e38c5abcba534ce9a1091e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 2 Feb 2026 02:03:06 +0000 Subject: [PATCH 4/5] Update dependencies --- 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 25f52b2305d..c07f78c5c12 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 67485ccc4eb..a11f87b6283 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.26081.105 + 10.0.0-beta.26101.102 2.0.4 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16124ba3f76..0da71682f7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - a924d65b28ad47c3659ec718dc7f1e3b566f813d + a2298b9bb4ad99547921adacac0504d2f55da322 - + https://github.com/dotnet/dotnet - a924d65b28ad47c3659ec718dc7f1e3b566f813d + a2298b9bb4ad99547921adacac0504d2f55da322 diff --git a/global.json b/global.json index e321d81be71..81f294b6a84 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26081.105" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26101.102" } } From 2804ca75daa5f49b522c3638c49de09823a39177 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 3 Feb 2026 02:01:54 +0000 Subject: [PATCH 5/5] Update dependencies --- 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 03dcc31ea7a..d0018d314be 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.26080.106 + 10.0.0-beta.26102.104 2.0.1 10.0.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20fb1920b20..808ca200eaf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://github.com/dotnet/dotnet @@ -8,9 +8,9 @@ - + https://github.com/dotnet/dotnet - de9bfaf8960ed96e5a0b08694d069d797569ee9e + c719613934ad1102a920dfda535cd1a7bf06151f diff --git a/global.json b/global.json index 9393376bda4..61b72d7a85f 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.102" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26080.106" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26102.104" } }