diff options
author | Mark D. Roth <roth@google.com> | 2017-03-15 08:06:21 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-03-15 08:06:21 -0700 |
commit | 3a91707acefc5e099f37ee24c19abfd16fabef8b (patch) | |
tree | a4a7837b399ca19105a0e807ea93a12d7814bc8e /templates/src/csharp/Grpc.HealthCheck.Tests | |
parent | 02612c163e949ed70a399cf9dd311457bb29c902 (diff) | |
parent | 3cafec2f55f66e3df61569579c8259b2e5b5ee00 (diff) |
Merge remote-tracking branch 'upstream/master' into retry_throttle
Diffstat (limited to 'templates/src/csharp/Grpc.HealthCheck.Tests')
-rw-r--r-- | templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template b/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template index c63da96db7..4a993326c3 100644 --- a/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template +++ b/templates/src/csharp/Grpc.HealthCheck.Tests/project.json.template @@ -6,8 +6,8 @@ "Grpc.HealthCheck": { "target": "project" }, - "NUnit": "3.2.0", - "NUnitLite": "3.2.0-*" + "NUnit": "3.6.0", + "NUnitLite": "3.6.0" }, "frameworks": { "net45": { }, |