Skip to content

Commit ed8b53e

Browse files
authored
Remove IFDEF for MySqlConnectionStringBuilder
Allow .netstandard to utilise the MySqlConnectionStringBuilder feature, generally used in ORM DatabaseFactories. Found when using NPoco DatabaseFactory
1 parent df46183 commit ed8b53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MySql.Data/Driver.cs

Lines changed: 1 addition & 1 deletion
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)