Skip to content

Commit 41a5358

Browse files
authored
set NeutralLanguage in AssemblyInfo.props (#3325)
1 parent eef8636 commit 41a5358

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// New attributes that are designed to work with Microsoft.Data.SqlClient and are publicly documented should be included in future.
77

88
[assembly: System.CLSCompliant(true)]
9-
[assembly: System.Resources.NeutralResourcesLanguageAttribute("en-US")]
109
namespace Microsoft.Data
1110
{
1211
/// <include file='../../../../doc/snippets/Microsoft.Data/OperationAbortedException.xml' path='docs/members[@name="OperationAbortedException"]/OperationAbortedException/*' />

tools/props/AssemblyInfo.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
<Company>Microsoft Corporation</Company>
77
<BaseProduct>Microsoft SqlClient Data Provider</BaseProduct>
88
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
9+
<NeutralLanguage>en-US</NeutralLanguage>
910
</PropertyGroup>
1011
</Project>

0 commit comments

Comments
 (0)