From c2981e15c0ba0c023996154a88e2cf2d44bb8f5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 15 May 2026 23:06:58 +0000 Subject: [PATCH 1/2] Backflow from https://github.com/dotnet/dotnet / e3fbb9e build 314565 Diff: https://github.com/dotnet/dotnet/compare/666163a5081284b14b1be3b644c2ca33c74154a0..e3fbb9e2450a341ff31974d3fa34eeed7bace244 From: https://github.com/dotnet/dotnet/commit/666163a5081284b14b1be3b644c2ca33c74154a0 To: https://github.com/dotnet/dotnet/commit/e3fbb9e2450a341ff31974d3fa34eeed7bace244 [[ commit created by automation ]] --- NuGet.config | 2 ++ eng/Versions.props | 2 +- src/Directory.Build.props | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index db8bd23b41..eac4a973b2 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,6 +4,7 @@ + @@ -15,6 +16,7 @@ + diff --git a/eng/Versions.props b/eng/Versions.props index 6eb7d22690..c4200e9319 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 10.0.301 + 10.0.300 servicing diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 717ce094fe..249641a726 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -13,6 +13,7 @@ $(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904 + false From e260b200ba555dfed2476a3511b1c427d3cea8e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 15 May 2026 23:06:58 +0000 Subject: [PATCH 2/2] Update dependencies from build 314565 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26257.105 -> 10.0.0-beta.26265.112) System.CommandLine (Version 2.0.7 -> 2.0.8) System.IO.Hashing (Version 10.0.7 -> 10.0.8) [[ commit created by automation ]] --- NuGet.config | 2 -- eng/Version.Details.props | 6 +++--- eng/Version.Details.xml | 14 +++++++------- global.json | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/NuGet.config b/NuGet.config index eac4a973b2..db8bd23b41 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - @@ -16,7 +15,6 @@ - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 9f6928f00f..6c1c970ee5 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,9 +6,9 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26257.105 - 2.0.7 - 10.0.7 + 10.0.0-beta.26265.112 + 2.0.8 + 10.0.8 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c51a24c33f..5deb37454c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,20 +1,20 @@ - + - + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet - b16286c2284fecf303dbc12a0bb152476d662e44 + 94ea82652cdd4e0f8046b5bd5becbd11461482ca - + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet - b16286c2284fecf303dbc12a0bb152476d662e44 + 94ea82652cdd4e0f8046b5bd5becbd11461482ca - + https://github.com/dotnet/dotnet - 666163a5081284b14b1be3b644c2ca33c74154a0 + e3fbb9e2450a341ff31974d3fa34eeed7bace244 diff --git a/global.json b/global.json index 5041509f67..ac0094f952 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.203" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26257.105", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26265.112", "Microsoft.Build.NoTargets": "3.7.0" } }