瀏覽代碼

Fix csharp/src/Google.Protobuf.Test/project.json

This change fixes the following Chromium presubmit error:

  third_party/protobuf/csharp/src/Google.Protobuf.Test/project.json could
  not be parsed: Expecting property name: line 25 column 3 (char 482)
Julien Brianceau 9 年之前
父節點
當前提交
3c0e0ce2b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      csharp/src/Google.Protobuf.Test/project.json

+ 1 - 1
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",