From 1432df8a78df170176f0c811e909c46a3b03fe51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 11 Jan 2026 02:10:56 +0000 Subject: [PATCH 1/2] Backflow from https://github.com/dotnet/dotnet / db3b742 build 296788 [[ commit created by automation ]] --- eng/targets/Settings.props | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/targets/Settings.props b/eng/targets/Settings.props index 02a05f3f07244..0da58812dbe3a 100644 --- a/eng/targets/Settings.props +++ b/eng/targets/Settings.props @@ -151,11 +151,9 @@ - - - + From ab5cbcdadf86a0981b5a0cc683d11e65a59a6327 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 11 Jan 2026 02:10:58 +0000 Subject: [PATCH 2/2] Update dependencies --- eng/Version.Details.props | 6 +++--- eng/Version.Details.xml | 14 +++++++------- ...EditAndContinueDiagnosticSource_OpenDocument.cs | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 57d253fa07e26..65b73adc92347 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -11,9 +11,9 @@ This file should be imported by eng/Versions.props 5.3.0-2.25625.1 5.3.0-2.25625.1 - 11.0.100-alpha.1.26057.107 - 5.3.0-2.26057.107 - 3.0.0-alpha.1.26057.107 + 11.0.100-alpha.1.26060.102 + 5.4.0-2.26060.102 + 3.0.0-alpha.1.26060.102 9.0.0 9.0.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 566ade0d9a711..4bf7db656d29c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,15 +1,15 @@ - + https://github.com/dotnet/roslyn 5dd606bb21208dfc6fd3d9b07ae963a93248483b - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 @@ -139,9 +139,9 @@ https://github.com/dotnet/arcade-services 8b5a2ffee4f4097893b7fc670f7d86d84c8c841f - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 https://github.com/dotnet/roslyn-analyzers @@ -161,9 +161,9 @@ https://github.com/dotnet/roslyn 5dd606bb21208dfc6fd3d9b07ae963a93248483b - + https://github.com/dotnet/dotnet - 896160ec9eb0fdb1c019f698b39fa0923c9a316c + db3b7424251b47d9474dbbe3b4fa7a81fe2915b7 diff --git a/src/LanguageServer/Protocol/Features/EditAndContinue/EditAndContinueDiagnosticSource_OpenDocument.cs b/src/LanguageServer/Protocol/Features/EditAndContinue/EditAndContinueDiagnosticSource_OpenDocument.cs index f1738681dc17a..573b969f527ea 100644 --- a/src/LanguageServer/Protocol/Features/EditAndContinue/EditAndContinueDiagnosticSource_OpenDocument.cs +++ b/src/LanguageServer/Protocol/Features/EditAndContinue/EditAndContinueDiagnosticSource_OpenDocument.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information.