From 922b1ce09f1eeb22d7631a25f2926c8297ed2e0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 10 Jun 2026 12:37:07 +0000 Subject: [PATCH 1/4] Update dependencies from build 318143 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26306.110 -> 10.0.0-beta.26310.101) [[ 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 bc868a632..c99b2c0e1 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.26306.110 + 10.0.0-beta.26310.101 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b4ddb6ba..1f9b1a303 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 - 075b33c13177aed004ddbb1439410cc970601273 + 1411d0c2d987bb22e14603b108180819f5b54159 diff --git a/global.json b/global.json index dac6ea0c4..cd02d6f45 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.300" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26306.110", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26310.101", "Microsoft.Build.NoTargets": "3.7.0" } } From 2d1842a8202ee99cc9f7785d6b112494e2eba737 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 11 Jun 2026 14:10:16 +0000 Subject: [PATCH 2/4] Update dependencies from build 318307 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26310.101 -> 10.0.0-beta.26311.104) [[ 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 c99b2c0e1..afd439841 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.26310.101 + 10.0.0-beta.26311.104 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f9b1a303..c6cda3084 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 - 1411d0c2d987bb22e14603b108180819f5b54159 + 34492b4b8a60a9bfada87afbdd5c21f8a4229d7f diff --git a/global.json b/global.json index cd02d6f45..999a00b5b 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.300" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26310.101", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26311.104", "Microsoft.Build.NoTargets": "3.7.0" } } From ae2a8f4dcefbec0f257819e4da7b283b3f9f6f63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 11 Jun 2026 20:47:34 +0000 Subject: [PATCH 3/4] Update dependencies from build 318358 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26311.104 -> 10.0.0-beta.26311.109) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- global.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index afd439841..5b838a37b 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.26311.104 + 10.0.0-beta.26311.109 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6cda3084..bc64c6138 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 - 34492b4b8a60a9bfada87afbdd5c21f8a4229d7f + 463c6aadc8c9b3a1e8c60a887993d4d98fd6ddd6 diff --git a/global.json b/global.json index 999a00b5b..782e85d21 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300", + "version": "10.0.301", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,10 +10,10 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.300" + "dotnet": "10.0.301" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26311.104", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26311.109", "Microsoft.Build.NoTargets": "3.7.0" } } From 4dc576806d31b5f4cb25596001b6f215671b88f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 12 Jun 2026 12:53:16 +0000 Subject: [PATCH 4/4] Update dependencies from build 318480 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26311.109 -> 10.0.0-beta.26312.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 5b838a37b..a28b03689 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.26311.109 + 10.0.0-beta.26312.103 2.0.0 10.0.0-rc.2.25502.107 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc64c6138..48d04e737 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 - 463c6aadc8c9b3a1e8c60a887993d4d98fd6ddd6 + e4cee613b82457afd92ddfce82a67dcaaa227a84 diff --git a/global.json b/global.json index 782e85d21..4d0e42573 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.301" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26311.109", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26312.103", "Microsoft.Build.NoTargets": "3.7.0" } }