aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-07-28 10:32:49 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-07-28 15:02:39 -0700
commit161767771bff220f05d4a82b8e2c11df49a70808 (patch)
tree395b59e19455f38ca932788a1b9f5bbf41625e70 /templates
parenta062a7f2c58ad7477225086ce476cec05ee0255d (diff)
update to use new nuget client in tests
Diffstat (limited to 'templates')
-rw-r--r--templates/src/csharp/Grpc.Core.Tests/project.json.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core.Tests/project.json.template b/templates/src/csharp/Grpc.Core.Tests/project.json.template
index bc9fa3e63a..d1ab9316f6 100644
--- a/templates/src/csharp/Grpc.Core.Tests/project.json.template
+++ b/templates/src/csharp/Grpc.Core.Tests/project.json.template
@@ -8,7 +8,10 @@
},
"Newtonsoft.Json": "8.0.3",
"NUnit": "3.2.0",
- "NUnitLite": "3.2.0-*"
+ "NUnitLite": "3.2.0-*",
+ "NUnit.ConsoleRunner": "3.2.0",
+ "OpenCover": "4.6.519",
+ "ReportGenerator": "2.4.4.0"
},
"frameworks": {
"net45": { },