aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Core.Tests/project.json.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-02-22 09:37:42 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-03-07 13:00:19 +0100
commita66df54db7c735366cb89acbc793c1c92b687715 (patch)
treec0c5ca1e7bef093fe7cd42c27778aee9e62257c4 /templates/src/csharp/Grpc.Core.Tests/project.json.template
parent766c97a4083e3c1bfc510a21e9c49440d63a03bd (diff)
update C# project.json dependencies
Diffstat (limited to 'templates/src/csharp/Grpc.Core.Tests/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.Core.Tests/project.json.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/src/csharp/Grpc.Core.Tests/project.json.template b/templates/src/csharp/Grpc.Core.Tests/project.json.template
index 8a3e0755ff..b5f8190443 100644
--- a/templates/src/csharp/Grpc.Core.Tests/project.json.template
+++ b/templates/src/csharp/Grpc.Core.Tests/project.json.template
@@ -6,10 +6,10 @@
"Grpc.Core": {
"target": "project"
},
- "Newtonsoft.Json": "8.0.3",
- "NUnit": "3.2.0",
- "NUnitLite": "3.2.0-*",
- "NUnit.ConsoleRunner": "3.2.0",
+ "Newtonsoft.Json": "9.0.1",
+ "NUnit": "3.6.0",
+ "NUnitLite": "3.6.0",
+ "NUnit.ConsoleRunner": "3.6.0",
"OpenCover": "4.6.519",
"ReportGenerator": "2.4.4.0"
},