diff options
author | John Brock <JohnHBrock@gmail.com> | 2017-02-13 15:42:48 -0800 |
---|---|---|
committer | Jon Skeet <skeet@pobox.com> | 2017-02-23 10:51:52 +0000 |
commit | f83d129555ee38be7db393578eed3cf51d99e646 (patch) | |
tree | f1b1d532d1c19b3ff2ea949de9b42b71e48a9894 /csharp | |
parent | c9b2c8f3271f9985a738fe193ced5b3324ae8c7c (diff) |
Upgrading test-related libraries
NUnit 3.4.0 —> 3.6.0
dotnet-test-nunit 3.4.0-alpha-2 —> 3.4.0-beta-3
Diffstat (limited to 'csharp')
-rw-r--r-- | csharp/src/Google.Protobuf.Test/project.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/Google.Protobuf.Test/project.json b/csharp/src/Google.Protobuf.Test/project.json index 9f739f90..eaa7f79d 100644 --- a/csharp/src/Google.Protobuf.Test/project.json +++ b/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", |