Commit 3c0e0ce2 authored by Julien Brianceau's avatar Julien Brianceau

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)
parent 0c0f7e2a
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment