diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-02-22 09:37:42 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-03-07 13:00:19 +0100 |
commit | a66df54db7c735366cb89acbc793c1c92b687715 (patch) | |
tree | c0c5ca1e7bef093fe7cd42c27778aee9e62257c4 /templates/src/csharp/Grpc.Reflection.Tests/project.json.template | |
parent | 766c97a4083e3c1bfc510a21e9c49440d63a03bd (diff) |
update C# project.json dependencies
Diffstat (limited to 'templates/src/csharp/Grpc.Reflection.Tests/project.json.template')
-rw-r--r-- | templates/src/csharp/Grpc.Reflection.Tests/project.json.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.Reflection.Tests/project.json.template b/templates/src/csharp/Grpc.Reflection.Tests/project.json.template index 2869609138..65d200e30b 100644 --- a/templates/src/csharp/Grpc.Reflection.Tests/project.json.template +++ b/templates/src/csharp/Grpc.Reflection.Tests/project.json.template @@ -6,8 +6,8 @@ "Grpc.Reflection": { "target": "project" }, - "NUnit": "3.2.0", - "NUnitLite": "3.2.0-*" + "NUnit": "3.6.0", + "NUnitLite": "3.6.0" }, "frameworks": { "net45": { }, |