Skip to content

Commit 793ab40

Browse files
committed
Merge branch 'master' of github.com:restsharp/RestSharp
2 parents 7dbabe6 + 3f70b69 commit 793ab40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RestSharp/Extensions/ReflectionExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static object ChangeType(this object source, Type newType)
7474

7575
public static object ChangeType(this object source, Type newType, CultureInfo culture)
7676
{
77-
#if FRAMEWORK
77+
#if FRAMEWORK || SILVERLIGHT || WINDOWS_PHONE
7878
return Convert.ChangeType(source, newType, culture);
7979
#else
8080
return Convert.ChangeType(source, newType, null);

Tools/NuGet.exe

11 KB
Binary file not shown.

0 commit comments

Comments
 (0)