From 1973a13a89b93c69a7690c1a2ac93f877bdce982 Mon Sep 17 00:00:00 2001 From: Brad Barnich Date: Thu, 1 May 2025 18:44:36 -0400 Subject: [PATCH] set NeutralLanguage in AssemblyInfo.props --- .../netfx/ref/Microsoft.Data.SqlClient.cs | 1 - tools/props/AssemblyInfo.props | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.cs b/src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.cs index 2b8116824c..3d39e0083e 100644 --- a/src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.cs +++ b/src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.cs @@ -6,7 +6,6 @@ // New attributes that are designed to work with Microsoft.Data.SqlClient and are publicly documented should be included in future. [assembly: System.CLSCompliant(true)] -[assembly: System.Resources.NeutralResourcesLanguageAttribute("en-US")] namespace Microsoft.Data { /// diff --git a/tools/props/AssemblyInfo.props b/tools/props/AssemblyInfo.props index 71488482eb..344862fec4 100644 --- a/tools/props/AssemblyInfo.props +++ b/tools/props/AssemblyInfo.props @@ -6,5 +6,6 @@ Microsoft Corporation Microsoft SqlClient Data Provider © Microsoft Corporation. All rights reserved. + en-US