aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-11-14 13:40:59 -0800
committerGitHub <noreply@github.com>2016-11-14 13:40:59 -0800
commita95d052bdb5ef9c6a70b7f56fa6beb132638cafc (patch)
tree8fc7c87de84694b1ee388b551f91612907b7941e
parent0c0f7e2aa8816d64e9994361ff89783b0ec23f48 (diff)
parent3c0e0ce2b0647130d3ae510a34bec6682e051a48 (diff)
downloadprotobuf-a95d052bdb5ef9c6a70b7f56fa6beb132638cafc.tar.gz
protobuf-a95d052bdb5ef9c6a70b7f56fa6beb132638cafc.tar.bz2
protobuf-a95d052bdb5ef9c6a70b7f56fa6beb132638cafc.zip
Merge pull request #2368 from jbrianceau/fix-json-style-in-project-json
Fix csharp/src/Google.Protobuf.Test/project.json
-rw-r--r--csharp/src/Google.Protobuf.Test/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Test/project.json b/csharp/src/Google.Protobuf.Test/project.json
index 87b732c9..3a73bf7a 100644
--- a/csharp/src/Google.Protobuf.Test/project.json
+++ b/csharp/src/Google.Protobuf.Test/project.json
@@ -21,7 +21,7 @@
"dependencies": {
"Google.Protobuf": { "target": "project" },
"NUnit": "3.4.0",
- "dotnet-test-nunit": "3.4.0-alpha-2",
+ "dotnet-test-nunit": "3.4.0-alpha-2"
},
"testRunner": "nunit",