From 439eaff0b91f4935a0623d9bb52c9a6ec40cd7ed Mon Sep 17 00:00:00 2001 From: JRahnama Date: Thu, 8 Dec 2022 21:06:40 -0800 Subject: [PATCH] adding built in constant --- .../netcore/ref/Microsoft.Data.SqlClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.cs b/src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.cs index 4a0176f6a7..58dfd74e1e 100644 --- a/src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.cs +++ b/src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.cs @@ -474,7 +474,7 @@ public static partial class SqlClientMetaDataCollectionNames /// public static readonly string StructuredTypeMembers; } -#if NETCOREAPP || NETSTANDARD21_AND_ABOVE +#if NETCOREAPP || NETSTANDARD2_1_OR_GREATER /// public enum SqlConnectionAttestationProtocol { @@ -1011,7 +1011,7 @@ public SqlConnectionStringBuilder(string connectionString) { } [System.ComponentModel.DisplayNameAttribute("Data Source")] [System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)] public string DataSource { get { throw null; } set { } } -#if NETCOREAPP || NETSTANDARD21_AND_ABOVE +#if NETCOREAPP || NETSTANDARD2_1_OR_GREATER /// [System.ComponentModel.DisplayNameAttribute("Attestation Protocol")] [System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]