From 3c0e0ce2b0647130d3ae510a34bec6682e051a48 Mon Sep 17 00:00:00 2001 From: Julien Brianceau Date: Mon, 14 Nov 2016 22:27:05 +0100 Subject: 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) --- csharp/src/Google.Protobuf.Test/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3