浏览代码

Upgrading test-related libraries

NUnit 3.4.0 —> 3.6.0
dotnet-test-nunit 3.4.0-alpha-2 —> 3.4.0-beta-3
John Brock 8 年之前
父节点
当前提交
f83d129555
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      csharp/src/Google.Protobuf.Test/project.json

+ 2 - 2
csharp/src/Google.Protobuf.Test/project.json

@@ -20,8 +20,8 @@
 
   "dependencies": {
     "Google.Protobuf": { "target": "project" },
-    "NUnit": "3.4.0",
-    "dotnet-test-nunit": "3.4.0-alpha-2"
+    "dotnet-test-nunit": "3.4.0-beta-3",
+    "NUnit": "3.6.0"
   },
 
   "testRunner": "nunit",