Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojan Rajkovic <brajkovic@coderinserepeat.com>2012-07-19 03:34:58 +0400
committerBojan Rajkovic <brajkovic@coderinserepeat.com>2012-07-19 03:34:58 +0400
commit625448beca44e457aa90f3c66977399c0dd5a5df (patch)
tree4628d8a790df26db5e9106a5731a190f271497d1
parent471c3e0803a9f40a0acc8aeceb31de6ff93a52c4 (diff)
Don't target the Client Profile, it makes building this library from MonoDevelop impossible.
-rw-r--r--Src/Newtonsoft.Json/Newtonsoft.Json.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
index cb672da..8d9f914 100644
--- a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
+++ b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
@@ -42,7 +42,6 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>