commit | 73938622ef9b3a53d45063aee70ad5155202605a | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Feb 07 22:22:36 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | Fri Feb 07 22:22:36 2014 +0100 |
tree | 9d17d5115e655b41c1542f745c9984d8d9e58759 | |
parent | a2de4105317adeb5268e5e289a6226d6477cfbfe [diff] [blame] |
THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol Patch: Jens Geyer
diff --git a/lib/csharp/test/JSON/app.config b/lib/csharp/test/JSON/app.config new file mode 100644 index 0000000..cb2586b --- /dev/null +++ b/lib/csharp/test/JSON/app.config
@@ -0,0 +1,3 @@ +<?xml version="1.0"?> +<configuration> +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>