Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
[System.Json] add MONODROID for dynamic JsonValue support for mfa 4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Eno committed Apr 5, 2012
1 parent e0c13f3 commit 4152f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.Json/JsonValueDynamicMetaObject.cs
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if NET_4_0
#if NET_4_0 || MONODROID
using System.Collections.Generic;
using System.Dynamic;
using System.Linq.Expressions;
Expand Down

0 comments on commit 4152f54

Please sign in to comment.