Skip to content

Commit 14b37a2

Browse files
Merge pull request #28 from eByte23/patch-1
Remove IFDEF for MySqlConnectionStringBuilder
2 parents df46183 + ed8b53e commit 14b37a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MySql.Data/Driver.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public bool ConnectionLifetimeExpired()
193193
public static Driver Create(MySqlConnectionStringBuilder settings)
194194
{
195195
Driver d = null;
196-
#if !CF && !RT && !NETSTANDARD1_3
196+
#if !CF && !RT
197197
try
198198
{
199199
if (MySqlTrace.QueryAnalysisEnabled || settings.Logging || settings.UseUsageAdvisor)

0 commit comments

Comments
 (0)