From be51e15e5fa0a35a6976f7d2b6e4a57d9ec39ffe Mon Sep 17 00:00:00 2001 From: Artit Kiuwilai Date: Fri, 11 Dec 2015 11:03:13 +0700 Subject: [PATCH 1/5] Change Target Framework to .NET 3.5 --- JsonTest/System.Text.Json/System.Text.Json.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JsonTest/System.Text.Json/System.Text.Json.csproj b/JsonTest/System.Text.Json/System.Text.Json.csproj index f825e64..244fff3 100644 --- a/JsonTest/System.Text.Json/System.Text.Json.csproj +++ b/JsonTest/System.Text.Json/System.Text.Json.csproj @@ -10,8 +10,9 @@ Properties System.Text.Json System.Text.Json - v4.0 + v3.5 512 + true From f62ad06df3232e3b7a822fd353008ee603239df6 Mon Sep 17 00:00:00 2001 From: Artit Kiuwilai Date: Fri, 11 Dec 2015 11:09:30 +0700 Subject: [PATCH 2/5] Add class Tuple instead for System.Tuple in .NET 4.0 --- .../System.Text.Json/System.Text.Json.csproj | 1 + JsonTest/System.Text.Json/Tuple.cs | 155 ++++++++++++++++++ 2 files changed, 156 insertions(+) create mode 100644 JsonTest/System.Text.Json/Tuple.cs diff --git a/JsonTest/System.Text.Json/System.Text.Json.csproj b/JsonTest/System.Text.Json/System.Text.Json.csproj index 244fff3..77a991c 100644 --- a/JsonTest/System.Text.Json/System.Text.Json.csproj +++ b/JsonTest/System.Text.Json/System.Text.Json.csproj @@ -45,6 +45,7 @@ +