소스 검색

Merge pull request #2368 from jbrianceau/fix-json-style-in-project-json

Fix csharp/src/Google.Protobuf.Test/project.json
Feng Xiao 9 년 전
부모
커밋
a95d052bdb
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",