File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ public static Optimizely NewDefaultInstance()
83
83
. WithFormat ( httpProjectConfigElement . Format )
84
84
. WithPollingInterval ( TimeSpan . FromMilliseconds ( httpProjectConfigElement . PollingInterval ) )
85
85
. WithBlockingTimeoutPeriod ( TimeSpan . FromMilliseconds ( httpProjectConfigElement . BlockingTimeOutPeriod ) )
86
+ #if ! NET40 && ! NET35
86
87
. WithAccessToken ( httpProjectConfigElement . DatafileAccessToken )
88
+ #endif
87
89
. WithLogger ( logger )
88
90
. WithErrorHandler ( errorHandler )
89
91
. WithNotificationCenter ( notificationCenter )
@@ -109,7 +111,7 @@ public static Optimizely NewDefaultInstance()
109
111
}
110
112
#endif
111
113
112
- public static Optimizely NewDefaultInstance ( string sdkKey )
114
+ public static Optimizely NewDefaultInstance ( string sdkKey )
113
115
{
114
116
return NewDefaultInstance ( sdkKey , null ) ;
115
117
}
You can’t perform that action at this time.
0 commit comments