Skip to content

Commit 12336ef

Browse files
Consistency updates
1 parent a536885 commit 12336ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParserStateObjectFactory.Windows.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal sealed class TdsParserStateObjectFactory
1111
{
1212
public static readonly TdsParserStateObjectFactory Singleton = new TdsParserStateObjectFactory();
1313

14-
private const string UseManagedNetworkingOnWindows = "Microsoft.Data.SqlClient.UseManagedNetworkingOnWindows";
14+
private const string UseManagedNetworkingOnWindows = "Switch.Microsoft.Data.SqlClient.UseManagedNetworkingOnWindows";
1515

1616
private static bool shouldUseManagedSNI;
1717

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6363
<dependency id="System.Memory" version="4.5.4" exclude="Compile" />
6464
<dependency id="System.Security.Principal.Windows" version="4.7.0" exclude="Compile" />
6565
<dependency id="System.Text.Encoding.CodePages" version="4.7.0" exclude="Compile" />
66-
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" exclude="Compile" />
6766
<dependency id="Microsoft.Identity.Client" version="4.7.1" exclude="Compile"/>
6867
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.6.0" />
6968
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="5.6.0" />

0 commit comments

Comments
 (0)