Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1449#discussion_r161374818
--- Diff: test/tests.json ---
@@ -1,689 +1,686 @@
-[
--- End diff --
Here's the diff
```
diff tests.json.old.normalized tests.json.new.normalized
222a223
> "header",
440c441
< "server-disabled": {
---
> "server": {
445,446c446
< "--no-restore",
< "--",
---
> "--project=Server\/Server.csproj",
456,457c456
< "--no-restore",
< "--",
---
> "--project=Client\/Client.csproj",
461c460
< "workdir": "netcore\/ThriftTest"
---
> "workdir": "netcore"
```
---