diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj index 1fbe440732..f42f2ecd05 100644 --- a/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj +++ b/src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj @@ -3,7 +3,7 @@ Microsoft.Data.SqlClient netcoreapp2.1;netcoreapp3.1;netstandard2.0;netstandard2.1 netstandard2.1 - Strings.PlatformNotSupported_DataSqlClient + Microsoft.Data.SqlClient is not supported on this platform. $(OS) true true @@ -402,8 +402,18 @@ - + + True + True + Strings.resx + + + ResXFileCodeGenerator + Strings.Designer.cs + System + + @@ -832,13 +842,6 @@ - - - True - True - Strings.resx - - Microsoft.Data.SqlClient.SqlMetaData.xml @@ -869,13 +872,6 @@ - - - ResXFileCodeGenerator - Strings.Designer.cs - System - - diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs index 824deb1601..05f6a26dba 100644 --- a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs +++ b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs @@ -1419,15 +1419,6 @@ internal static string NullSchemaTableDataTypeNotSupported { } } - /// - /// Looks up a localized string similar to Microsoft.Data.SqlClient is not supported on this platform.. - /// - internal static string PlatformNotSupported_DataSqlClient { - get { - return ResourceManager.GetString("PlatformNotSupported_DataSqlClient", resourceCulture); - } - } - /// /// Looks up a localized string similar to Security Warning: The negotiated {0} is an insecure protocol and is supported for backward compatibility only. The recommended protocol version is TLS 1.2 and later.. /// diff --git a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx index 857ef5cddc..bfe5559389 100644 --- a/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx +++ b/src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx @@ -1260,9 +1260,6 @@ LocalDB is not supported on this platform. - - Microsoft.Data.SqlClient is not supported on this platform. - Precision '{0}' required to send all values in column '{1}' exceeds the maximum supported precision '{2}'. The values must all fit in a single precision.