Skip to content

Commit

Permalink
-Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Apr 8, 2013
1 parent a871e6e commit 4bbaa9a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,13 @@ protected override JsonContract CreateContract(Type objectType)
}
}

#if !NET20
public class AddressWithDataMember
{
#if !NET20
[DataMember(Name = "CustomerAddress1")]
#endif
public string AddressLine1 { get; set; }

}
#endif

[TestFixture]
public class ContractResolverTests : TestFixtureBase
Expand Down

0 comments on commit 4bbaa9a

Please sign in to comment.